Skip to content

Commit

Permalink
Update .github/workflows/publish-new-version.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Gastón Fournier <[email protected]>
  • Loading branch information
chriswk and gastonfournier authored Jun 7, 2024
1 parent 3e9bd11 commit 52bd795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
echo "No changes to CHANGELOG.md"
fi
- run: yarn install --immutable
env:
YARN_ENABLE_SCRIPTS: false
- name: npm version
run: |
npm version ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 52bd795

Please sign in to comment.