test release tag

This commit is contained in:
yazninja 2022-05-21 12:53:42 +08:00
parent 3fb9107ad6
commit 9223c99333

View file

@ -159,6 +159,9 @@ jobs:
- run: - run:
name: Fix Versioning and Add Channel name: Fix Versioning and Add Channel
command: yarn circle:script command: yarn circle:script
- run:
name: Set App Version
command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV
- run: - run:
name: Publish Release name: Publish Release
command: | command: |