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
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: DamianReeves/write-file-action
|
||||
- name: Update version file
|
||||
uses: DamianReeves/write-file-action@v1.0
|
||||
with:
|
||||
path: $GITHUB_WORKSPACE/recipes/version.py
|
||||
contents: |
|
||||
|
Loading…
Reference in New Issue
Block a user