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 aa145d6 commit 764edb5Copy full SHA for 764edb5
.github/workflows/release.yml
@@ -133,7 +133,7 @@ jobs:
133
134
- name: publish to npm
135
run: |
136
- ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ 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') || '' }}
137
env:
138
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
139
NPM_CONFIG_PROVENANCE: true
0 commit comments