We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a6d11 commit ee9f056Copy full SHA for ee9f056
.github/workflows/release.yml
@@ -132,9 +132,7 @@ jobs:
132
133
- name: publish to npm
134
run: |
135
- ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish \
136
- from-git \
137
- ${{ github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev' }}
+ ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev' }}
138
env:
139
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
140
NPM_CONFIG_PROVENANCE: true
0 commit comments