Skip to content

Commit 8905155

Browse files
committed
fix cd.yml
1 parent 7dd04a5 commit 8905155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: check_release
6060
uses: octokit/request-action@v2.4.0
6161
with:
62-
route: GET /repos/{owner}/{repo}/releases/tags/v${{ steps.version.outputs.VERSION }}
62+
route: GET /repos/${{ github.repository }}/releases/tags/v${{ steps.version.outputs.VERSION }}
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
continue-on-error: true

0 commit comments

Comments
 (0)