Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Jan 10, 2025
1 parent 47a1e9d commit 1ac2f0f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
with:
branch: ${{ env.TARGET_BRANCH }}
commit_message: Release version ${{ github.event.release.tag_name }}
tagging_message: ${{ github.event.release.tag_name }}
push_options: '--force'

- name: Force move the tag to the current commit
run: |
git tag -fa ${{ github.event.release.tag_name }}
git push --tags
- name: "Send webhook to Discord"
uses: sarisia/actions-status-discord@v1
Expand Down

0 comments on commit 1ac2f0f

Please sign in to comment.