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 fcdcf8a commit e6ad3fcCopy full SHA for e6ad3fc
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,6 @@ jobs:
39
BRANCH="${GITHUB_REF_NAME}"
40
if [[ "$BRANCH" == *-pre ]]; then
41
echo "prerelease=true" >> "$GITHUB_OUTPUT"
42
- echo "tag=pre" >> "$GITHUB_OUTPUT"
43
elif [[ "$BRANCH" == *-maint ]]; then
44
echo "tag=maint" >> "$GITHUB_OUTPUT"
45
elif [[ "$BRANCH" =~ ^v[0-9]+$ ]]; then
0 commit comments