We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb5967 commit 84791b1Copy full SHA for 84791b1
.github/workflows/release.yml
@@ -47,6 +47,9 @@ jobs:
47
with:
48
node-version: 'lts/*'
49
50
+ - name: Install project dependencies
51
+ run: npm ci
52
+
53
- name: Install semantic release and plugins
54
run: |
55
npm install -g semantic-release@v24.2.1 \
.releaserc.yaml
@@ -59,4 +59,4 @@ plugins:
59
message: "chore(release): 🔖 ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
60
61
- - '@semantic-release/npm'
62
- - npmPublish': true
+ - npmPublish: true
0 commit comments