Skip to content

Commit 27eff27

Browse files
committed
Publish Retold backfills as alpha
1 parent 399c0f4 commit 27eff27

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/backfill-release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,8 @@ jobs:
6464
exit 1
6565
fi
6666
67-
case "$VERSION" in
68-
*-alpha*|*-snapshot*)
69-
release_type="alpha"
70-
;;
71-
*-beta*|*-rc*)
72-
release_type="beta"
73-
;;
74-
*)
75-
release_type="release"
76-
;;
77-
esac
67+
# Retold is currently in alpha, independent of its numeric version.
68+
release_type="alpha"
7869
7970
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
8071
echo "tag=$tag" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)