Skip to content

Commit f5dce08

Browse files
committed
Small improvements to release workflow code
1 parent c4f6b3d commit f5dce08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
uses: actions/setup-node@v5
3636
with:
3737
node-version: lts/*
38-
registry-url: "https://registry.npmjs.org"
38+
registry-url: https://registry.npmjs.org
3939

4040
- name: Update npm # Need at least 11.5.1 for OIDC publishing
41-
run: |
42-
npm install -g npm@latest
41+
run: npm install -g npm@latest
4342

4443
- name: Install Dependencies
4544
run: npm install

0 commit comments

Comments
 (0)