Check that the release exists
This commit is contained in:
parent
e044b152ab
commit
cce0287569
1 changed files with 7 additions and 0 deletions
7
.github/workflows/update-proxy-release.yml
vendored
7
.github/workflows/update-proxy-release.yml
vendored
|
|
@ -29,6 +29,13 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
- name: Check that the release exists
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
(gh release view --repo ${{ github.event.repository.full_name }} --json "assets" "$RELEASE_TAG" && echo "Release found.") || exit 1
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue