Skip to content

Commit

Permalink
take 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Nov 10, 2023
1 parent 1ede5d1 commit 198bacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- uses: brettdorrans/write-version-to-file@master
if: ${{ env.PACKAGE_PATH == 'client' }}
name: Update version
working-directory: ./packages/${{ env.PACKAGE_PATH }}
with:
filename: './src/version.ts'
filename: './packages/${{ env.PACKAGE_PATH }}/src/version.ts'
placeholder: '${VERSION}'

- run: npm ci
Expand Down

0 comments on commit 198bacb

Please sign in to comment.