We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cf4fb commit 2f64a18Copy full SHA for 2f64a18
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Upload Release Asset
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
- run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
+ run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/* --clobber
73
74
# Create a pull request
75
- name: Create Pull Request
0 commit comments