We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc98f4b commit 6fdc9c4Copy full SHA for 6fdc9c4
1 file changed
.github/workflows/default.yml
@@ -46,10 +46,9 @@ jobs:
46
node-version-file: .node-version
47
- name: Install dependencies
48
run: npm ci --ignore-scripts
49
- - name: Build
50
- run: npm run build
51
- name: Release package
52
- run: npx -y semantic-release
+ run: |
+ npm install --ignore-scripts --global semantic-release
+ semantic-release
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- npm_config_ignore_scripts: true
0 commit comments