We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144976b commit 768b03cCopy full SHA for 768b03c
1 file changed
.github/workflows/release.yaml
@@ -89,6 +89,7 @@ jobs:
89
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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"
94
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
95
# TAG=${{ steps.release_tag.outputs.TAG }}
0 commit comments