There was an error while loading. Please reload this page.
1 parent 4af488b commit d1fa6d4Copy full SHA for d1fa6d4
.github/workflows/build.yml
@@ -236,7 +236,7 @@ jobs:
236
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
237
238
- name: Publish Release [GitHub]
239
- uses: svenstaro/upload-release-action@2.5.0
+ uses: svenstaro/upload-release-action@2.6.1
240
with:
241
repo_token: ${{ secrets.GITHUB_TOKEN }}
242
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
0 commit comments