Skip to content

Commit 977b220

Browse files
author
ops
committed
update release.yml
1 parent 281e10f commit 977b220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
uses: goreleaser/goreleaser-action@v1
1818
with:
1919
version: latest
20-
args: release --snapshot --rm-dist
20+
args: release --rm-dist
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)