Skip to content

Commit a31172e

Browse files
committed
✏️ gh release create
1 parent 2591239 commit a31172e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pnpm-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
4646

4747
- run: pnpm pack --pack-gzip-level 9
48-
- run: gh release upload ${{ github.ref_name }} natoboram-load_env-*.tgz
48+
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag natoboram-load_env-*.tgz
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)