We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
verify_release
1 parent f454c6d commit 7f1e10cCopy full SHA for 7f1e10c
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
VERSION=$(node -p "require('./package.json').version")
29
TAG="v$VERSION"
30
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
31
32
if [[ "$VERSION" == *rc* ]] || [[ "$VERSION" == *next* ]] || [[ "$VERSION" == *alpha* ]] || [[ "$VERSION" == *beta* ]]; then
33
echo "is_prerelease=true" >> $GITHUB_OUTPUT
0 commit comments