Skip to content

Commit

Permalink
Slightly adjust release workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jan 15, 2023
1 parent f6ad47c commit 5e948cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaseCordova.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5e948cf

Please sign in to comment.