Skip to content

Commit 09fc003

Browse files
committed
Update package.json.
1 parent 768b03c commit 09fc003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
9292
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
93-
gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
93+
# gh api repos/$REPO/git/refs -f ref="refs/tags/$TAG" -f sha="$SHA"
9494
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
9595
# TAG=${{ steps.release_tag.outputs.TAG }}
9696
# SHA=

0 commit comments

Comments
 (0)