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 e8ae405 commit 95d69d6Copy full SHA for 95d69d6
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 'lts/*'
18
- - run: npm ci --workspace=packages/vue-spring-bottom-sheet
+ - run: npm ci
19
- run: npm run prepublishOnly --workspace=packages/vue-spring-bottom-sheet
20
- run: npx semantic-release
21
env:
0 commit comments