Skip to content

Commit 685f07e

Browse files
committed
perf: do I need third party actions?
1 parent 3e5d5ad commit 685f07e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: "10.x"
15+
- run: npm install -g vsce
1516
- run: yarn install
1617
- run: yarn lint
1718
- run: yarn compile
18-
19-
- uses: JCofman/vscodeaction@master
20-
env:
21-
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
22-
with:
23-
args: publish -p $PUBLISHER_TOKEN
19+
- run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}

0 commit comments

Comments
 (0)