mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
version script path fix
This commit is contained in:
2
.github/workflows/docker-publish-dev.yml
vendored
2
.github/workflows/docker-publish-dev.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Update version file
|
- name: Update version file
|
||||||
uses: DamianReeves/write-file-action@v1.0
|
uses: DamianReeves/write-file-action@v1.0
|
||||||
with:
|
with:
|
||||||
path: $GITHUB_WORKSPACE/recipes/version.py
|
path: recipes/version.py
|
||||||
contents: |
|
contents: |
|
||||||
echo "VERSION_NUMBER = 'develop'"
|
echo "VERSION_NUMBER = 'develop'"
|
||||||
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"
|
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"
|
||||||
|
|||||||
Reference in New Issue
Block a user