Skip to content

Commit

Permalink
Try to fix latest-master release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Feb 26, 2025
1 parent 1e935ad commit 1973325
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,11 @@ jobs:

- name: Move latest-master tag to current commit
if: github.ref == 'refs/heads/master'
uses: jimeh/update-tags-action@v1
with:
tags: "latest-master"
run: |
git tag -d latest-master || true
git push origin --delete latest-master || true
git tag latest-master
git push origin latest-master
- name: Publish latest master to GitHub
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 1973325

Please sign in to comment.