Skip to content

Commit 9283e2c

Browse files
committed
workflow update
1 parent 8b2f429 commit 9283e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
publish-npm:
1212
runs-on: ubuntu-latest
13-
# environment: npm
13+
environment: npm
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
tag: 'v${{ steps.package-version.outputs.current-version }}'
3939
body: '${{ steps.parse-changelog.outputs.body }}'
40-
# - run: npm publish --access public --dry
41-
# env:
42-
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
40+
- run: npm publish --access public
41+
env:
42+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)