Skip to content

Commit 2eb67d5

Browse files
committed
Attempted release fix v2
1 parent 7a2e424 commit 2eb67d5

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)