We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275c800 commit 3262fa8Copy full SHA for 3262fa8
.github/workflows/publish.yml
@@ -16,8 +16,6 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Setup Node
18
uses: actions/setup-node@v4
19
- with:
20
- node-version: 16
21
- name: Install deps
22
run: npm install
23
- name: Install vsce
@@ -31,4 +29,4 @@ jobs:
31
29
with:
32
30
files: ast-grep-vscode.vsix
33
- name: Publish extension
34
- run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
+ run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
0 commit comments