Skip to content

Commit

Permalink
install json package
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Nov 30, 2023
1 parent 50ee365 commit 8b3cecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
js-${{ secrets.GH_CACHE_VERSION }}-${{ runner.os }}-yarn-
- name: 'set version number'
run: |
npm install -g json
json -I -f ./components/package.json -e "this.version=\"$VERSION_STRING\""
- run: cd ./components && npm publish --provenace --access public
env:
Expand Down

0 comments on commit 8b3cecb

Please sign in to comment.