2 parents 111f2f2 + 2eb67d5 commit 5ff34dfCopy full SHA for 5ff34df
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- id: is-released
20
run: |
21
- if gh release view ${{ steps.get-version.outputs.VERSION }} &> /dev/null ; then
+ if gh release view v${{ steps.get-version.outputs.VERSION }} &> /dev/null ; then
22
echo "released=true" >> "$GITHUB_OUTPUT"
23
else
24
echo "released=false" >> "$GITHUB_OUTPUT"
0 commit comments