Skip to content

Commit 9c22d71

Browse files
committed
fix cd
1 parent 1fd8ff9 commit 9c22d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

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

5858
- name: Check if release exists
5959
id: check_release
60-
uses: octokit/request-action@v2.4.0
60+
uses: octokit/request-action@v2.x
6161
with:
6262
route: GET /repos/${{ github.repository }}/releases/tags/v${{ steps.version.outputs.VERSION }}
6363
env:

0 commit comments

Comments
 (0)