Skip to content

Commit 530fbb2

Browse files
committed
fix: fix release manifest
1 parent 16231af commit 530fbb2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
node-version-file: .node-version
3838
- name: Install dependencies
3939
run: npm ci --ignore-scripts
40-
- name: Build
41-
run: npm run build
4240
- name: Release package
43-
run: npx -y semantic-release
41+
run: |
42+
npm install --ignore-scripts --global semantic-release
43+
semantic-release
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
npm_config_ignore_scripts: true

0 commit comments

Comments
 (0)