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
|
||||
uses: DamianReeves/write-file-action@v1.0
|
||||
with:
|
||||
path: $GITHUB_WORKSPACE/recipes/version.py
|
||||
path: recipes/version.py
|
||||
contents: |
|
||||
echo "VERSION_NUMBER = 'develop'"
|
||||
echo "BUILD_REF = '$(git rev-parse --short "$GITHUB_SHA")'"
|
||||
|
||||
Reference in New Issue
Block a user