Skip to content

Commit 3edc5a1

Browse files
committed
fix action versioning
1 parent 2f04350 commit 3edc5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI
22

33
on:
44
workflow_dispatch:
@@ -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.2.1
53+
uses: svenstaro/upload-release-action@v2
5454
with:
5555
repo_token: ${{ secrets.GITHUB_TOKEN }}
5656
file: ./sdk/*

0 commit comments

Comments
 (0)