Update docker_dev.yml

Variable "get_version" updated (changed to "dev")
This commit is contained in:
Carlos V
2023-08-10 22:35:56 +02:00
committed by GitHub
parent 50aeaa957e
commit fec1b3f323

View File

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