Skip to content

Commit

Permalink
Fixes to new automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Dec 1, 2023
1 parent 0f9de3d commit b279b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git commit -am "New release: ${{ steps.bump-version.outputs.new-version}}"
git tag ${{ steps.bump-version.outputs.new-version}}
git pull gh-origin
git push gh-origin HEAD:main --tags
git push gh-origin HEAD:master --tags
- name: Create a Release
id: create-release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b279b7d

Please sign in to comment.