Skip to content

Commit ee9f056

Browse files
Update release.yml
1 parent 63a6d11 commit ee9f056

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ jobs:
132132

133133
- name: publish to npm
134134
run: |
135-
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish \
136-
from-git \
137-
${{ github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev' }}
135+
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev' }}
138136
env:
139137
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
140138
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)