Skip to content

Commit fe4a53b

Browse files
committed
chore: bump test tag prefix
1 parent 66bf53a commit fe4a53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
PREV_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "r0")
3535
PREV_NUM=${PREV_TAG#r}
3636
NEW_NUM=$((PREV_NUM + 1))
37-
NEW_TAG="r${NEW_NUM}-test"
37+
NEW_TAG="r${NEW_NUM}-test2"
3838
echo "prev=$PREV_TAG" >> "$GITHUB_OUTPUT"
3939
echo "new=$NEW_TAG" >> "$GITHUB_OUTPUT"
4040
echo "date=$(date +%Y-%m-%d)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)