Skip to content

Commit

Permalink
remove unnecessary braces
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Nov 30, 2023
1 parent 0119015 commit be0344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
yarn config set cache-folder ./.yarn-cache
make setup-js
npm install -g npm
json -I -f ./components/package.json -e "this.version=\"${{ $VERSION_STRING }}\""
json -I -f ./components/package.json -e "this.version=\"$VERSION_STRING\""
- run: npm publish --provenace --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit be0344d

Please sign in to comment.