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 fef46dd commit 3ae9213Copy full SHA for 3ae9213
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: npm ci
33
- name: Prebuild and Publish
34
shell: bash
35
- run: node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip -u --include-regex "\.(node|dll)$" ${{ secrets.GITHUB_TOKEN }} --verbose
+ run: node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
36
- name: Prebuild and Publish (musl)
37
if: runner.os == 'Linux'
38
0 commit comments