We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5c1c4 commit 74c8c30Copy full SHA for 74c8c30
.github/workflows/release.yml
@@ -20,5 +20,5 @@ jobs:
20
run: |
21
gh release create "$TAG" \
22
--repo="$GITHUB_REPOSITORY" \
23
- --title="$TAG"
+ --title="$TAG" \
24
--generate-notes
0 commit comments