Skip to content

Commit

Permalink
Publish workflow has to point to master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Jun 17, 2024
1 parent c3a96df commit 571e92f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
bump-my-version bump --new-version $GITHUB_REF_NAME patch
git commit -am "Bump version to: $GITHUB_REF_NAME"
- name: Push back changes to main and tag
- name: Push back changes to master and tag
run: |
git tag --force $GITHUB_REF_NAME HEAD
git push --force --tags
git switch -C main
git push --set-upstream -f origin main
git switch -C master
git push --set-upstream -f origin master
deploy:
needs: fix_release_deps
Expand Down

0 comments on commit 571e92f

Please sign in to comment.