add version to action

This commit is contained in:
vabene1111 2020-06-10 10:15:28 +02:00
parent 150cf5ebac
commit da12daaf03

View File

@ -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: |