Skip to content

Commit

Permalink
Force push modified tags.
Browse files Browse the repository at this point in the history
Rebuilds will fail unless we force-push updated tags.
  • Loading branch information
lunkwill42 committed Dec 18, 2024
1 parent e6c8900 commit 5c52f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git tag --force -a "v${{ steps.version.outputs.nav_version }}" -m "Successfully built with Debian package version ${{ steps.version.outputs.nav_version }}"
git push origin "v${{ steps.version.outputs.nav_version }}"
git push --force origin "v${{ steps.version.outputs.nav_version }}"
- name: Upload version artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5c52f17

Please sign in to comment.