Skip to content

Commit fa00293

Browse files
authored
try without v
1 parent 3edc5a1 commit fa00293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload sdk to Github Releases
5252
if: github.event_name == 'release'
53-
uses: svenstaro/upload-release-action@v2
53+
uses: svenstaro/upload-release-action@2.2.1
5454
with:
5555
repo_token: ${{ secrets.GITHUB_TOKEN }}
5656
file: ./sdk/*

0 commit comments

Comments
 (0)