Skip to content

Commit

Permalink
using mathieudutour for releases on release workflow - fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed Jun 13, 2024
1 parent 0858256 commit 40ad971
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch # Start with patch, customizable with inputs

- name: Push new tag to the repository
- name: Push new tag
run: |
git fetch --tags
git push origin ${{ steps.tag_version.outputs.new_tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
uses: softprops/action-gh-release@v1 # Alternative release action
Expand Down

0 comments on commit 40ad971

Please sign in to comment.