Skip to content

Commit a55a691

Browse files
committed
ci(publish): update workflow
1 parent d04a23e commit a55a691

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
if: ${{ matrix.package != 'linux-x64-gnu' }}
9090
with:
9191
access: public
92-
token: ${{ secrets.NPM_TOKEN }}
9392
package: npm/${{ matrix.package }}/package.json
9493
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
9594
ignore-scripts: false
@@ -98,7 +97,6 @@ jobs:
9897
if: ${{ matrix.package == 'linux-x64-gnu' }}
9998
with:
10099
access: public
101-
token: ${{ secrets.NPM_TOKEN }}
102100
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
103101
ignore-scripts: false
104102

@@ -132,7 +130,6 @@ jobs:
132130
uses: JS-DevTools/npm-publish@v4
133131
with:
134132
access: public
135-
token: ${{ secrets.NPM_TOKEN }}
136133
package: npm/linux-x64-musl/package.json
137134
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
138135
ignore-scripts: false

0 commit comments

Comments
 (0)