Skip to content

Commit ccf22e8

Browse files
committed
fix: use specific semantic-release version
1 parent 2a50aa4 commit ccf22e8

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
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: "14.x"
1616
- run: npm ci
17-
- run: npx semantic-release
17+
- run: npx semantic-release@v19.0.5
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)