Skip to content

Commit cb21e96

Browse files
committed
fix: github workflow
1 parent 3bee3b0 commit cb21e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows /publish.yml renamed to .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Publish extension
2828
env:
2929
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
30-
run: vsce publish -p $VSCE_TOKEN
30+
run: vsce publish -p $VSCE_TOKEN

0 commit comments

Comments
 (0)