attempt #3 to fix version file.

This commit is contained in:
Abdulmhsen B. A. A
2022-05-14 18:53:52 +03:00
parent 664633a886
commit a1bd322716

View File

@@ -19,6 +19,11 @@ jobs:
php: [ 8.1 ]
steps:
- uses: actions/checkout@v2
- name: Update Version File
uses: ArabCoders/write-version-to-file@master
with:
filename: '${RUNNER_WORKSPACE}/.version'
placeholder: '${VERSION}'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
@@ -52,7 +57,7 @@ jobs:
- name: Update Version File
uses: ArabCoders/write-version-to-file@master
with:
filename: '/home/runner/work/watchstate/watchstate/.version'
filename: '${RUNNER_WORKSPACE}/.version'
placeholder: '${VERSION}'
- name: Docker meta
id: meta