Skip to content

Commit

Permalink
修复无法发布新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Sep 9, 2024
1 parent 5b6effd commit 156080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Check if release exists
id: check_if_release_exists
run: |
release_id=$(gh release view $(head -n 1 更新说明.txt) --json id --jq .id)
release_id=$(gh release view $(head -n 1 更新说明.txt) --json id --jq .id || true)
if [[ -z $release_id ]]; then
echo "release_exists=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 156080a

Please sign in to comment.