Skip to content

Commit

Permalink
re-create CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 25, 2024
1 parent de0867a commit 43b3922
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
- name: Download artefacts
uses: actions/download-artifact@v4

- name: Clean up prerelease
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
run: |
gh release delete "Continuous prerelease" --cleanup-tag --yes --repo $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: ncipollo/release-action@v1
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
with:
Expand Down

0 comments on commit 43b3922

Please sign in to comment.