Skip to content

Commit

Permalink
test fix semantic release
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Nov 10, 2022
1 parent a1e86b9 commit 5daad0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.PLURAL_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
# - name: 'Bump Minor'
# run: npm version minor
# - name: 'Push Commit & Tag'
Expand Down

0 comments on commit 5daad0f

Please sign in to comment.