Skip to content

Commit

Permalink
Removing previous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Feb 8, 2025
1 parent be6337f commit d638cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,9 @@ jobs:
- name: Delete previous dev-latest release
continue-on-error: true
if: github.ref == 'refs/heads/master'
run: gh release delete "dev-latest" -y
run: |
gh release delete "dev-latest" -y
git push origin --delete dev-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d638cec

Please sign in to comment.