attempt #3 to fix version file.
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user