Skip to content

Commit 5ae5fa6

Browse files
committed
Force push tags
1 parent 4688297 commit 5ae5fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git tag -d "${{ inputs.tag }}" || echo "Local tag does not exist, skipping delete."
5757
git push --delete origin "${{ inputs.tag }}" || echo "Remote tag does not exist, skipping delete."
5858
git tag -a "${{ inputs.tag }}" -m "Tagging version ${{ inputs.tag }} after applying patches"
59-
git push origin "${{ inputs.tag }}"
59+
git push origin "${{ inputs.tag }}" --force
6060
echo '{"ref":"${{ inputs.tag }}"}' | gh workflow run build.yml --ref "ci" --repo "blender/gitea" --json
6161
env:
6262
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)