Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d493683

Browse files
authoredDec 9, 2023
build(deps): [#399] V is omitted in upload-release-action. (#404)
1 parent 0191ab9 commit d493683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
if: ${{ startsWith(matrix.os, 'windows') }}
6060
# yamllint enable rule:line-length
6161
- name: Upload binaries to release
62-
uses: svenstaro/upload-release-action@v2.7.0
62+
uses: svenstaro/upload-release-action@2.7.0
6363
with:
6464
repo_token: ${{ secrets.GITHUB_TOKEN }}
6565
file: cmd/n3dr/${{ env.n3dr-deliverable }}
6666
asset_name: ${{ env.n3dr-deliverable }}
6767
tag: ${{ github.ref }}
6868
- name: Upload checksums
69-
uses: svenstaro/upload-release-action@v2.7.0
69+
uses: svenstaro/upload-release-action@2.7.0
7070
with:
7171
repo_token: ${{ secrets.GITHUB_TOKEN }}
7272
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt

0 commit comments

Comments
 (0)
Please sign in to comment.