Skip to content

Commit a8307a9

Browse files
authored
ci(release): pin semantic-release to v19
1 parent f0eb495 commit a8307a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-node-
2222
- run: npm ci
23-
- run: npx semantic-release
23+
- run: npx semantic-release@19
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)