Skip to content

Commit

Permalink
adding version to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Nov 16, 2024
1 parent 6e7ce82 commit 82853a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
run: npm pack

- name: Authenticate with NPM registry
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Publish NPM package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: npm publish --access public

0 comments on commit 82853a7

Please sign in to comment.