From 768b03cbfc86e294c6ead67e4daff07eb5b8dcb8 Mon Sep 17 00:00:00 2001 From: VJalili Date: Wed, 3 Jul 2024 16:56:03 -0400 Subject: [PATCH] Update package.json. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff4ee40..04744f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,6 +89,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | TAG=${{ steps.tags.outputs.RELEASE_TAG }} + REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository') gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA" gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes # TAG=${{ steps.release_tag.outputs.TAG }}