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.
echo
1 parent b46da32 commit c28cc41Copy full SHA for c28cc41
.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 --repo ${{ github.event.repository.full_name }} "$RELEASE_TAG" && "Release found.") || exit 1
+ (gh release view --repo ${{ github.event.repository.full_name }} --json "assets" "$RELEASE_TAG" && echo "Release found.") || exit 1
41
42
- name: Install Node
43
uses: actions/setup-node@v4
0 commit comments