Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Jose authored Aug 14, 2023
1 parent 40071ab commit e9938d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GitHub Action for automated npm publishing.

This Action publishes a package to npm. It is meant to be used on every successful merge to master but
This Action publishes a package to npm. It is meant to be used on every successful merge to main but
you'll need to configure that workflow yourself. You can look to the
[`.github/workflows/push.yml`](./.github/workflows/release.yml) file in this project as an example.

Expand Down Expand Up @@ -40,7 +40,7 @@ You can configure some aspects of merge-release action by passing some environme
`merge-release` will use `npm publish` unless you've defined a `publish` script in your `package.json`.

```yaml
- uses: Github-Actions-Community/merge-release@master
- uses: Github-Actions-Community/merge-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit e9938d0

Please sign in to comment.