We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2d00 commit c18e2aaCopy full SHA for c18e2aa
1 file changed
.github/workflows/release.yml
@@ -342,6 +342,7 @@ jobs:
342
GH_TOKEN: ${{ github.token }}
343
run: |
344
gh release create "$GITHUB_REF_NAME" dist/*.tar.gz \
345
+ --repo "$GITHUB_REPOSITORY" \
346
--title "$GITHUB_REF_NAME" \
347
--generate-notes \
348
--verify-tag
0 commit comments