Skip to content

Commit 8a3bb4f

Browse files
committed
chore: update workflows config.
1 parent f850f53 commit 8a3bb4f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,15 @@ jobs:
8585
8686
${{ steps.changelog.outputs.changelog }}
8787
88-
- uses: JS-DevTools/npm-publish@v1
89-
with:
90-
token: ${{ secrets.NPM_TOKEN }}
91-
package: ./packages/core/package.json
88+
- run: npm publish
89+
continue-on-error: true
90+
env:
91+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
92+
93+
# - uses: JS-DevTools/npm-publish@v1
94+
# with:
95+
# token: ${{ secrets.NPM_TOKEN }}
96+
# package: ./packages/core/package.json
9297

9398
# - run: npm install @jsdevtools/npm-publish -g
9499
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/core/package.json

0 commit comments

Comments
 (0)