We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bf53a commit fe4a53bCopy full SHA for fe4a53b
1 file changed
.github/workflows/publish-release.yml
@@ -34,7 +34,7 @@ jobs:
34
PREV_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "r0")
35
PREV_NUM=${PREV_TAG#r}
36
NEW_NUM=$((PREV_NUM + 1))
37
- NEW_TAG="r${NEW_NUM}-test"
+ NEW_TAG="r${NEW_NUM}-test2"
38
echo "prev=$PREV_TAG" >> "$GITHUB_OUTPUT"
39
echo "new=$NEW_TAG" >> "$GITHUB_OUTPUT"
40
echo "date=$(date +%Y-%m-%d)" >> "$GITHUB_OUTPUT"
0 commit comments