ci/cd - fix wrong version for dev builds

This commit is contained in:
florian 2024-03-16 20:06:15 +01:00
parent 66c56df177
commit fdcda95912
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -47,8 +47,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Replace VERSION
if: inputs.RELEASE == 'testing'
run: ./misc/update-version.sh testing
if: inputs.RELEASE == 'testing' || inputs.RELEASE == 'dev'
run: ./misc/update-version.sh ${{ inputs.RELEASE }}
- name: Setup SSH for ARM node
if: inputs.CACHE_SUFFIX == 'arm'
run: |