Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 3, 2024
1 parent 144976b commit 768b03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 768b03c

Please sign in to comment.