Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed May 30, 2024
1 parent bd17546 commit 5e98f65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,13 @@ jobs:
- name: Push version bump
run: |
# Check out the main branch explicitly
git checkout main
# Tag the release
git tag -a v${{ env.new_version }} -m "Release v${{ env.new_version }}"
# Push the tag
git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5e98f65

Please sign in to comment.