add version to action
This commit is contained in:
parent
150cf5ebac
commit
da12daaf03
3
.github/workflows/docker-publish-dev.yml
vendored
3
.github/workflows/docker-publish-dev.yml
vendored
@ -10,7 +10,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: DamianReeves/write-file-action
|
- name: Update version file
|
||||||
|
uses: DamianReeves/write-file-action@v1.0
|
||||||
with:
|
with:
|
||||||
path: $GITHUB_WORKSPACE/recipes/version.py
|
path: $GITHUB_WORKSPACE/recipes/version.py
|
||||||
contents: |
|
contents: |
|
||||||
|
Loading…
Reference in New Issue
Block a user