diff --git a/.github/workflows/releaseCordova.yml b/.github/workflows/releaseCordova.yml index 4f5a2fb3dc86..783f1ef3eb0f 100644 --- a/.github/workflows/releaseCordova.yml +++ b/.github/workflows/releaseCordova.yml @@ -40,7 +40,7 @@ jobs: IS_DEV: ${{ contains(github.ref, 'development') }} IS_NIGHTLY: ${{ contains(github.ref, 'release') }} VERSION_NUMBER_DEVELOPMENT: ${{ env.PACKAGE_VERSION }}.${{ github.run_number }}-development - VERSION_NUMBER_NIGHTLY: ${{ env.PACKAGE_VERSION }}.${{ github.run_number }}-nightly + VERSION_NUMBER_NIGHTLY: ${{ env.PACKAGE_VERSION }}.${{ github.run_number }} VERSION_NUMBER_RELEASE: ${{ env.PACKAGE_VERSION }}.${{ github.run_number }} with: result-encoding: string