Skip to content

Commit 3ae9213

Browse files
committed
Reorder args for prebuild and publish step
-u was disconnected from GITHUB_TOKEN (yet, it still worked for Windows…)
1 parent fef46dd commit 3ae9213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: npm ci
3333
- name: Prebuild and Publish
3434
shell: bash
35-
run: node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip -u --include-regex "\.(node|dll)$" ${{ secrets.GITHUB_TOKEN }} --verbose
35+
run: node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
3636
- name: Prebuild and Publish (musl)
3737
if: runner.os == 'Linux'
3838
shell: bash

0 commit comments

Comments
 (0)