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 692f29f commit afb02daCopy full SHA for afb02da
β.github/workflows/build.yml
@@ -235,7 +235,7 @@ jobs:
235
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
236
237
- name: Publish Release [GitHub]
238
- uses: svenstaro/upload-release-action@2.3.0
+ uses: svenstaro/upload-release-action@2.4.0
239
with:
240
repo_token: ${{ secrets.GITHUB_TOKEN }}
241
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
0 commit comments