testing auto version

This commit is contained in:
vabene1111
2020-06-10 10:13:11 +02:00
parent 01b9022451
commit 150cf5ebac

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@master
- uses: DamianReeves/write-file-action
with:
path: version.py
path: $GITHUB_WORKSPACE/recipes/version.py
contents: |
echo "VERSION_NUMBER = 'develop'"
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"