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 3e5d5ad commit 685f07eCopy full SHA for 685f07e
1 file changed
.github/workflows/vscodepublish.yml
@@ -12,12 +12,8 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: "10.x"
15
+ - run: npm install -g vsce
16
- run: yarn install
17
- run: yarn lint
18
- run: yarn compile
-
19
- - uses: JCofman/vscodeaction@master
20
- env:
21
- PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
22
- with:
23
- args: publish -p $PUBLISHER_TOKEN
+ - run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
0 commit comments