We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--repo
gh release view
1 parent 822d9ce commit b46da32Copy full SHA for b46da32
.github/workflows/update-proxy-release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
39
run: |
40
- (gh release view "$RELEASE_TAG" && "Release found.") || exit 1
+ (gh release view --repo ${{ github.event.repository.full_name }} "$RELEASE_TAG" && "Release found.") || exit 1
41
42
- name: Install Node
43
uses: actions/setup-node@v4
0 commit comments