We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16231af commit 530fbb2Copy full SHA for 530fbb2
.github/workflows/default.yml
@@ -37,10 +37,9 @@ jobs:
37
node-version-file: .node-version
38
- name: Install dependencies
39
run: npm ci --ignore-scripts
40
- - name: Build
41
- run: npm run build
42
- name: Release package
43
- run: npx -y semantic-release
+ run: |
+ npm install --ignore-scripts --global semantic-release
+ semantic-release
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
- npm_config_ignore_scripts: true
0 commit comments