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.
1 parent c951ab1 commit 40a289aCopy full SHA for 40a289a
1 file changed
.github/workflows/debug_build.yml
@@ -66,6 +66,7 @@ jobs:
66
echo "EOF" >> $env:GITHUB_OUTPUT
67
- name: Check if release exists
68
id: check_release
69
+ continue-on-error: true
70
shell: pwsh
71
run: |
72
$version = "${{ steps.get_version.outputs.VERSION }}"
0 commit comments