Update release.yml

This commit is contained in:
Imran
2024-01-14 01:34:32 -05:00
committed by GitHub
parent 440720afb6
commit be1a793a37

View File

@ -33,6 +33,7 @@ jobs:
TAG="v$VERSION" TAG="v$VERSION"
if [ $BETA == true ]; then TAG="$TAG"-beta; fi if [ $BETA == true ]; then TAG="$TAG"-beta; fi
echo "tag=$TAG" >> $GITHUB_OUTPUT echo "tag=$TAG" >> $GITHUB_OUTPUT
echo "$VERSION" "$TAG" "$BETA"
- name: Build APKs - name: Build APKs
run: | run: |