diff --git a/.github/workflows/codePush.yml b/.github/workflows/codePush.yml index f74da405..555d5043 100644 --- a/.github/workflows/codePush.yml +++ b/.github/workflows/codePush.yml @@ -86,8 +86,8 @@ jobs: echo "tag_exists=true" >> $GITHUB_ENV fi - - name: check tag - run: echo ${{ env.tag_exists }} + - name: check tag + run: echo ${{ env.tag_exists }} # - name: Create and push tag # if: env.tag_exists == 'false'