Skip to content

Commit

Permalink
fix: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Aug 9, 2023
1 parent d973c90 commit 8dfe4f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
run: npm install

- name: Configure Git
run: git config --global user.name "GitHub Release Bot"
run: |
git config --global user.name "GitHub Release Bot"
git config --global user.email "[email protected]"
- name: Update package version
run: npm version ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 8dfe4f0

Please sign in to comment.