Skip to content

Commit f76b541

Browse files
⬆️ CI/CD: Updated
1 parent 1684c62 commit f76b541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/candidate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
TAG: ${GITHUB_REF##*/}
2424
run: |
25-
gh release create "${TAG}" \
25+
gh release create 0.1.0-dev-1 \
2626
--repo="$GITHUB_REPOSITORY" \
2727
--title="${TAG}" \
2828
--generate-notes

0 commit comments

Comments
 (0)