We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1684c62 commit f76b541Copy full SHA for f76b541
.github/workflows/candidate-release.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
TAG: ${GITHUB_REF##*/}
24
run: |
25
- gh release create "${TAG}" \
+ gh release create 0.1.0-dev-1 \
26
--repo="$GITHUB_REPOSITORY" \
27
--title="${TAG}" \
28
--generate-notes
0 commit comments