Skip to content

Commit 38d4a50

Browse files
update gha
1 parent 63b37f6 commit 38d4a50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ghost_build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v4
2727
with:
2828
version: latest
29-
args: release --clean
29+
args: release --rm-dist
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032

3133
- name: Upload artifacts
3234
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)