Skip to content

Commit 1c37a10

Browse files
committed
fix(workflows): hopefully I fixed workflows this time
1 parent 0272ca9 commit 1c37a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

3939
- name: Push version changes to GitHub
40-
run: 'git push -m "chore(Release): bump version to ${{ github.event.release.tag_name }} for release"'
40+
run: git push
4141
env:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)