Skip to content

Commit 2b4ca89

Browse files
committed
chore: Fix semantic release
1 parent e4a121c commit 2b4ca89

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
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- run: npm ci
9-
- uses: cycjimmy/semantic-release-action@v2
9+
- uses: cycjimmy/semantic-release-action@v2.4.1
1010
env:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)