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 8b2f429 commit 9283e2cCopy full SHA for 9283e2c
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
publish-npm:
12
runs-on: ubuntu-latest
13
- # environment: npm
+ environment: npm
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
@@ -37,6 +37,6 @@ jobs:
37
with:
38
tag: 'v${{ steps.package-version.outputs.current-version }}'
39
body: '${{ steps.parse-changelog.outputs.body }}'
40
- # - run: npm publish --access public --dry
41
- # env:
42
- # NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm publish --access public
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments