Skip to content

Commit

Permalink
tweak pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Nov 10, 2023
1 parent 425ed30 commit ba454a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "VERSION=$(github.event.tag_name.split('@')[1])" >> $GITHUB_ENV
- uses: brettdorrans/write-version-to-file@master
if: ${{ PACKAGE_PATH == 'client' }}
if: ${{ env.PACKAGE_PATH == 'client' }}
name: Update version
working-directory: ./packages/${ PACKAGE_PATH }
with:
Expand Down

0 comments on commit ba454a0

Please sign in to comment.