There was an error while loading. Please reload this page.
1 parent 69ae38e commit 5a76be3Copy full SHA for 5a76be3
.github/workflows/build.yml
@@ -276,7 +276,7 @@ jobs:
276
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
277
278
- name: Publish Release [GitHub]
279
- uses: svenstaro/upload-release-action@2.6.1
+ uses: svenstaro/upload-release-action@2.7.0
280
with:
281
repo_token: ${{ secrets.GITHUB_TOKEN }}
282
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
0 commit comments