8000 ci(corepack): also update corepack in the release workflow · semantic-release/github@afe286a · GitHub
[go: up one dir, main page]

Skip to content

Commit afe286a

Browse files
authored
ci(corepack): also update corepack in the release workflow
1 parent ec334cf commit afe286a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
cache: npm
2525
node-version: lts/*
2626
- run: npm clean-install
27+
- run: npm install --global corepack@latest
2728
- run: corepack npm audit signatures
2829
- run: npx semantic-release
2930
env:

0 commit comments

Comments
 (0)
0