Update docker_dev.yml

Updated "get_version" variable (Changed to "Dev")
This commit is contained in:
Carlos V
2023-08-10 22:40:43 +02:00
committed by GitHub
parent fec1b3f323
commit b4775ae1e7

View File

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