We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d9754 commit a9cb596Copy full SHA for a9cb596
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
run: |
70
./gradlew clean pluginZip --info
71
- gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
+ gh release upload ${{ github.event.release.tag_name }} ./build/distributions/* --clobber
72
73
# Create pull request
74
- name: Create Pull Request
0 commit comments