We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df9c97 commit a261153Copy full SHA for a261153
1 file changed
.github/workflows/release.yml
@@ -28,9 +28,7 @@ jobs:
28
- uses: actions/setup-node@v1
29
with:
30
node-version: '>=14'
31
- - run: |
32
- npm ci
33
- npm build --if-present
+ - run: npm ci
34
env:
35
CI: true
36
- run: npx semantic-release -b main
0 commit comments