Skip to content

Commit

Permalink
ci(workflow): fix tags are not getting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Jun 13, 2024
1 parent 9c5fd07 commit d222f44
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,15 @@ jobs:
default-commit-type: 📝 Other Changes
semver: false

- name: Delete old pre-release
uses: cb80/delrel@latest
- name: Update old pre-release tag
uses: jay2610/[email protected]
with:
tag: pre-release
token: ${{ secrets.GITHUB_TOKEN }}
keep_latest: 0
delete_type: 'prerelease'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload pre-release
- name: Upload new pre-release
uses: softprops/action-gh-release@v2
with:
tag_name: pre-release
Expand Down

0 comments on commit d222f44

Please sign in to comment.