Skip to content

Commit ae2bb06

Browse files
⬆️ CI/CD: Updated
1 parent ca86680 commit ae2bb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/candidate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |
2727
echo ${TAG##*/}
28-
gh release create ${TAG##*/} \
28+
gh release create ${TAG##*/}rc \
2929
--repo="$GITHUB_REPOSITORY" \
30-
--title="${TAG##*/}" \
30+
--title="${TAG##*/}rc" \
3131
--generate-notes

0 commit comments

Comments
 (0)