Skip to content

Commit

Permalink
feat: fix release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Feb 4, 2024
1 parent 199eaaf commit a71dd12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- run: just all
if: ${{ steps.release.outputs.release_created }}

- name: Commit changes
uses: EndBug/add-and-commit@v9
- uses: EndBug/add-and-commit@v9
if: ${{ steps.release.outputs.release_created }}
with:
message: "chore: release (${{ steps.release.outputs.tag_name }})"
default_author: github_actions
tag: '${{ steps.release.outputs.tag_name }} --force'
tag_push: '--force'

0 comments on commit a71dd12

Please sign in to comment.