version writer script fixes

This commit is contained in:
vabene1111
2020-06-10 10:33:19 +02:00
parent 4294c132c6
commit 80e566917e

View File

@@ -15,8 +15,8 @@ jobs:
with:
path: recipes/version.py
contents: |
echo "VERSION_NUMBER = 'develop'"
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"
"VERSION_NUMBER = 'develop'"
"BUILD_REF = '{$(git rev-parse --short "$GITHUB_SHA")}'"
write-mode: overwrite
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.13