Skip to content

Commit 5ff34df

Browse files
committed
Merge branch 'main' into fix/windows
2 parents 111f2f2 + 2eb67d5 commit 5ff34df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- id: is-released
2020
run: |
21-
if gh release view ${{ steps.get-version.outputs.VERSION }} &> /dev/null ; then
21+
if gh release view v${{ steps.get-version.outputs.VERSION }} &> /dev/null ; then
2222
echo "released=true" >> "$GITHUB_OUTPUT"
2323
else
2424
echo "released=false" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)