Skip to content

Commit 00d9dfe

Browse files
fix: update module version inside the #publish workflow
1 parent 5a98032 commit 00d9dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
npm version minor
4747
git add package.json
4848
git commit -m "fix: update module version"
49-
git push
49+
git push origin main
5050
env:
5151
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
5252
- name: publish the module to the node package manager #2

0 commit comments

Comments
 (0)