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 768b03c commit 09fc003Copy full SHA for 09fc003
.github/workflows/release.yaml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
92
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
93
- gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
+ # gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
94
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
95
# TAG=${{ steps.release_tag.outputs.TAG }}
96
# SHA=
0 commit comments