Skip to content

Commit 61a845c

Browse files
authored
fix typo (#82)
1 parent 2a065ac commit 61a845c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
gh release view $VERSION --repo $FIREBASE_REPO --json body | jq -r '.body' >> release_notes.txt
9797

9898
# Create a new release
99-
gh release create $version ./artifacts/* \
100-
--title "$version" \
99+
gh release create $VERSION ./artifacts/* \
100+
--title "$VERSION" \
101101
--notes-file release_notes.txt
102102
fi
103103

0 commit comments

Comments
 (0)