diff --git a/.github/workflows/create-android.yml b/.github/workflows/create-android.yml index c940186..8c46f11 100644 --- a/.github/workflows/create-android.yml +++ b/.github/workflows/create-android.yml @@ -73,7 +73,7 @@ jobs: - name: Set version id: version - run: ::set-output name=VERSION::v0.0.${GITHUB_RUN_NUMBER} + run: echo "VERSION=v0.0.${GITHUB_RUN_NUMBER}" - name: Create Release id: create_release