Skip to content

Commit d65cfe9

Browse files
authored
Update npm-publish-linux-pi-2b.yml
Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
1 parent 42e179e commit d65cfe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish-linux-pi-2b.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
with:
3737
distribution: goreleaser
3838
version: ~> v2
39-
args: release --clean
39+
args: release --snapshot --clean
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4042
- run: ls -al
4143
- run: find
4244

0 commit comments

Comments
 (0)