mirror of
https://github.com/nyanotech/recombobulator
synced 2025-12-16 11:30:21 -08:00
lets try using vsce directly instead of a github action
This commit is contained in:
parent
471015d304
commit
5af8ecd25f
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -5,13 +5,12 @@ on:
|
|||||||
|
|
||||||
name: Publish Extension
|
name: Publish Extension
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
Publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- uses: nyanotech/vsce-action@53b5728fac290f6e1e722f0e5452f5d768a5c8fb
|
- run: npm i -g @vscode/vsce
|
||||||
with:
|
- run: "vsce publish -p $VSCE_TOKEN"
|
||||||
args: "publish -p $VSCE_TOKEN"
|
|
||||||
env:
|
env:
|
||||||
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
|
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"displayName": "recombobulator",
|
"displayName": "recombobulator",
|
||||||
"description": "Misc text utilities",
|
"description": "Misc text utilities",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nyanotech/recombobulator.git"
|
"url": "https://github.com/nyanotech/recombobulator.git"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user