Skip to content

Commit a9cb596

Browse files
committed
build: overwrite existing assets of the same name
- the zip file is already attached by the draft release. - with this option we can force to overwrite the artifact.
1 parent a9d9754 commit a9cb596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
run: |
7070
./gradlew clean pluginZip --info
71-
gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
71+
gh release upload ${{ github.event.release.tag_name }} ./build/distributions/* --clobber
7272
7373
# Create pull request
7474
- name: Create Pull Request

0 commit comments

Comments
 (0)