We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4688297 commit 5ae5fa6Copy full SHA for 5ae5fa6
.github/workflows/patch-release.yml
@@ -56,7 +56,7 @@ jobs:
56
git tag -d "${{ inputs.tag }}" || echo "Local tag does not exist, skipping delete."
57
git push --delete origin "${{ inputs.tag }}" || echo "Remote tag does not exist, skipping delete."
58
git tag -a "${{ inputs.tag }}" -m "Tagging version ${{ inputs.tag }} after applying patches"
59
- git push origin "${{ inputs.tag }}"
+ git push origin "${{ inputs.tag }}" --force
60
echo '{"ref":"${{ inputs.tag }}"}' | gh workflow run build.yml --ref "ci" --repo "blender/gitea" --json
61
env:
62
GH_TOKEN: ${{ github.token }}
0 commit comments