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 2591239 commit a31172eCopy full SHA for a31172e
.github/workflows/pnpm-publish.yaml
@@ -45,6 +45,7 @@ jobs:
45
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
46
47
- run: pnpm pack --pack-gzip-level 9
48
- - run: gh release upload ${{ github.ref_name }} natoboram-load_env-*.tgz
+ - run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag natoboram-load_env-*.tgz
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ VERSION: ${{ github.ref_name }}
0 commit comments