Skip to content

Commit

Permalink
attempt #3 to fix version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
arabcoders committed May 14, 2022
1 parent 664633a commit a1bd322
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1bd322

Please sign in to comment.