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.
2 parents b212ae7 + 07006ad commit 8d28ef9Copy full SHA for 8d28ef9
.github/workflows/build.yml
@@ -168,13 +168,14 @@ jobs:
168
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
169
170
- name: Publish Release [GitHub]
171
- uses: svenstaro/upload-release-action@2.2.0
+ uses: svenstaro/upload-release-action@2.11.2
172
with:
173
repo_token: ${{ secrets.GITHUB_TOKEN }}
174
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
175
file: artifacts/**/*
176
tag: ${{ github.ref }}
177
file_glob: true
178
+ overwrite: true
179
180
clean:
181
# This job must run after all jobs that use the transfer artifact.
0 commit comments