Skip to content

Commit 84791b1

Browse files
committed
ci: Add npm ci step to install project dependencies in release workflow
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 6cb5967 commit 84791b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
node-version: 'lts/*'
4949

50+
- name: Install project dependencies
51+
run: npm ci
52+
5053
- name: Install semantic release and plugins
5154
run: |
5255
npm install -g semantic-release@v24.2.1 \

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ plugins:
5959
message: "chore(release): 🔖 ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
6060

6161
- - '@semantic-release/npm'
62-
- npmPublish': true
62+
- npmPublish: true

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy