Skip to content

Commit

Permalink
CI: Tag needs to be forced.
Browse files Browse the repository at this point in the history
  • Loading branch information
simpeter committed Dec 25, 2024
1 parent a4b6b3e commit 0f96c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-adplay-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pushd adplay
git tag latest
git push origin latest
git tag -f latest
git push -f origin latest
popd
- name: Release latest development version
Expand Down

0 comments on commit 0f96c5d

Please sign in to comment.