Skip to content

Commit

Permalink
updated git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Aug 22, 2024
1 parent b67a115 commit 33e2a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: echo "ZUDOKU_VERSION=$(node -e 'console.log(require(`./packages/zudoku/package.json`).version)')" >> $GITHUB_ENV

- name: Push Git Changes
run: git push origin head --follow-tags
run: git push origin main --follow-tags

- name: Changelog
if: env.RELEASE_TYPE != 'prerelease'
Expand Down

0 comments on commit 33e2a5b

Please sign in to comment.