Skip to content

Commit 6fdc9c4

Browse files
committed
chore(CI): fix release
1 parent dc98f4b commit 6fdc9c4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/default.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
node-version-file: .node-version
4747
- name: Install dependencies
4848
run: npm ci --ignore-scripts
49-
- name: Build
50-
run: npm run build
5149
- name: Release package
52-
run: npx -y semantic-release
50+
run: |
51+
npm install --ignore-scripts --global semantic-release
52+
semantic-release
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
npm_config_ignore_scripts: true

0 commit comments

Comments
 (0)