Skip to content

Commit

Permalink
Handle git message ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Apr 26, 2022
1 parent c5a80fc commit 983fc45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- run: npm run build
- 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 }}
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
- run: 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 983fc45

Please sign in to comment.