Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Apr 26, 2022
1 parent 983fc45 commit 74806e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
- run: git commit -m "[Release] ${{ github.event.release.tag_name }}"
- run: git add . && git commit -m "[Release] ${{ github.event.release.tag_name }}"
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 74806e8

Please sign in to comment.