Skip to content

Commit e6ad3fc

Browse files
authored
fix(release): avoid pre dist tag for prereleases (#10986)
1 parent fcdcf8a commit e6ad3fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
BRANCH="${GITHUB_REF_NAME}"
4040
if [[ "$BRANCH" == *-pre ]]; then
4141
echo "prerelease=true" >> "$GITHUB_OUTPUT"
42-
echo "tag=pre" >> "$GITHUB_OUTPUT"
4342
elif [[ "$BRANCH" == *-maint ]]; then
4443
echo "tag=maint" >> "$GITHUB_OUTPUT"
4544
elif [[ "$BRANCH" =~ ^v[0-9]+$ ]]; then

0 commit comments

Comments
 (0)