Skip to content

Commit

Permalink
lets try using vsce directly instead of a github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanotech committed Feb 16, 2024
1 parent 471015d commit 5af8ecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on:

name: Publish Extension
jobs:
publish:
Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: nyanotech/vsce-action@53b5728fac290f6e1e722f0e5452f5d768a5c8fb
with:
args: "publish -p $VSCE_TOKEN"
- run: npm i -g @vscode/vsce
- run: "vsce publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "recombobulator",
"description": "Misc text utilities",
"license": "BSD-3-Clause",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/nyanotech/recombobulator.git"
Expand Down

0 comments on commit 5af8ecd

Please sign in to comment.