Merge pull request #342 from cvc90/Pi.Alert-FIX-Version-Docker_dev-V3

Fixed bug to get version in docker dev (V3) - yeah debugging GitHub workflows is a pain, isn't it? 😅 Thanks for the hard work @cvc90 🙏
This commit is contained in:
jokob-sk
2023-08-11 07:08:19 +10:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ jobs:
- name: Get release version
id: get_version
run: echo "dev"
run: echo "::set-output name=version::${{ 'Dev' }}"
- name: Create .VERSION file
run: echo "${{ steps.get_version.outputs.version }}" >> .VERSION