Skip to content

Commit 60d38b6

Browse files
committed
chore: Fix semantic release
1 parent 626cc42 commit 60d38b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: cycjimmy/[email protected]
8+
- run: npm ci
9+
- name: Release
10+
run: npx semantic-release
911
env:
1012
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1113
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)