Skip to content

Commit a56e549

Browse files
⬆️ CI/CD: Updated
1 parent 575a16e commit a56e549

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
@@ -29,9 +29,9 @@ jobs:
2929
echo "${OUTPUT:0-1}"
3030
3131
if [[ -n "$OUTPUT" ]]; then
32-
echo "${TAG}-rc-`expr "${OUTPUT:0-1}" + 1`"
32+
echo "${TAG}-rc-`expr "${OUTPUT:0-1}" + 1`"
3333
else
34-
echo "${TAG}-rc-1"
34+
echo "${TAG}-rc-1"
3535
fi
3636
shell: bash
3737

0 commit comments

Comments
 (0)