Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Oct 29, 2024
1 parent 3a85b65 commit 56a6a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
npm ci --include=dev
npm run build
npm version --git-tag-version=false ${{ github.ref_name }}
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -36,6 +36,6 @@ jobs:
npm ci --include=dev
npm run build
npm version --git-tag-version=false ${{ github.ref_name }}
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 56a6a28

Please sign in to comment.