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 2a065ac commit 61a845cCopy full SHA for 61a845c
.github/workflows/release.yml
@@ -96,8 +96,8 @@ jobs:
96
gh release view $VERSION --repo $FIREBASE_REPO --json body | jq -r '.body' >> release_notes.txt
97
98
# Create a new release
99
- gh release create $version ./artifacts/* \
100
- --title "$version" \
+ gh release create $VERSION ./artifacts/* \
+ --title "$VERSION" \
101
--notes-file release_notes.txt
102
fi
103
0 commit comments