Skip to content

Commit

Permalink
Update release-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-ssd committed Aug 1, 2022
1 parent eca276f commit 4adf2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
- run: npm install
- run: git config user.name "Github Actions Bot"
- run: git config user.email "<>"
- run: npm version ${{ github.event.release.tag_name }}
- run: npm publish

0 comments on commit 4adf2bb

Please sign in to comment.