Skip to content

Commit

Permalink
Fix for Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Oct 1, 2023
1 parent 11b2695 commit 10d099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Eventually publish new package version
if: ${{ steps.gatherData.outputs.changed == 'true' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
# Increase package patch version \
npm --no-git-tag-version version patch && \
Expand Down

0 comments on commit 10d099a

Please sign in to comment.