We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04a23e commit a55a691Copy full SHA for a55a691
1 file changed
.github/workflows/publish.yml
@@ -89,7 +89,6 @@ jobs:
89
if: ${{ matrix.package != 'linux-x64-gnu' }}
90
with:
91
access: public
92
- token: ${{ secrets.NPM_TOKEN }}
93
package: npm/${{ matrix.package }}/package.json
94
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
95
ignore-scripts: false
@@ -98,7 +97,6 @@ jobs:
98
97
if: ${{ matrix.package == 'linux-x64-gnu' }}
99
100
101
102
103
104
@@ -132,7 +130,6 @@ jobs:
132
130
uses: JS-DevTools/npm-publish@v4
133
131
134
135
136
package: npm/linux-x64-musl/package.json
137
138
0 commit comments