Skip to content

Commit 768b03c

Browse files
committed
Update package.json.
1 parent 144976b commit 768b03c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
run: |
9191
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
92+
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
9293
gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
9394
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
9495
# TAG=${{ steps.release_tag.outputs.TAG }}

0 commit comments

Comments
 (0)