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 f86c019 commit 2403171Copy full SHA for 2403171
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
NOTES: |
77
[Changelog](https://anymail.dev/en/stable/changelog/#${{ steps.version.outputs.anchor }})
78
run: |
79
- if ! gh release edit "$TAG" --verify-tag --target "$GITHUB_REF" --title "$TITLE" --notes "$NOTES"; then
80
- gh release create "$TAG" --verify-tag --target "$GITHUB_REF" --title "$TITLE" --notes "$NOTES"
+ if ! gh release edit "$TAG" --verify-tag --target "$GITHUB_SHA" --title "$TITLE" --notes "$NOTES"; then
+ gh release create "$TAG" --verify-tag --target "$GITHUB_SHA" --title "$TITLE" --notes "$NOTES"
81
fi
82
gh release upload "$TAG" ./dist/*
0 commit comments