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 61a845c commit 6f67e9fCopy full SHA for 6f67e9f
.github/workflows/release.yml
@@ -96,7 +96,7 @@ 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/* \
+ gh release create $VERSION ./artifacts/Firebase/* \
100
--title "$VERSION" \
101
--notes-file release_notes.txt
102
fi
0 commit comments