Skip to content

Commit 9a6b1f6

Browse files
committed
Update semantic-release version in github actions
1 parent efcf6e5 commit 9a6b1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Dependencies
2626
run: yarn
2727
- name: Semantic Release
28-
run: npx semantic-release
28+
run: npx semantic-release@15.13.30
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)