Skip to content

Commit 2f64a18

Browse files
committed
Add --clobber flag to release asset upload step
1 parent 63cf4fb commit 2f64a18

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
@@ -69,7 +69,7 @@ jobs:
6969
- name: Upload Release Asset
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72-
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
72+
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/* --clobber
7373

7474
# Create a pull request
7575
- name: Create Pull Request

0 commit comments

Comments
 (0)