Skip to content

Commit c28cc41

Browse files
committed
Fix: add missing echo
1 parent b46da32 commit c28cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-proxy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3939
run: |
40-
(gh release view --repo ${{ github.event.repository.full_name }} "$RELEASE_TAG" && "Release found.") || exit 1
40+
(gh release view --repo ${{ github.event.repository.full_name }} --json "assets" "$RELEASE_TAG" && echo "Release found.") || exit 1
4141
4242
- name: Install Node
4343
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)