Skip to content

Commit cc391e1

Browse files
committed
Release workflow: Use sudo to install npm so man pages can be written
1 parent 128be3a commit cc391e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# for publishes.
5959
- name: Upgrade npm for OIDC support
6060
run: |
61-
npm install -g npm@11.11.0
61+
sudo npm install -g npm@11.11.0
6262
echo "✅ npm upgraded to $(npm --version)"
6363
6464
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)