Skip to content

Commit

Permalink
fixed the correct release for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 1, 2021
1 parent 71ecfea commit a3b73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 📆 Set version number
run: |
sed -i '/ private const string Version = /c\ private const string Version = "dev build";' ${{github.workspace}}/src/DaemonRunner/DaemonRunner/Service/RunnerService.cs
sed -i '/ io.hass.version=/c\ io.hass.version="dev build" \\' ${{github.workspace}}/Dockerfile
sed -i '/ io.hass.version=/c\ io.hass.version="dev" \\' ${{github.workspace}}/Dockerfile
-
name: 📎 Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit a3b73f0

Please sign in to comment.