mirror of
https://github.com/nyanotech/recombobulator
synced 2026-02-08 05:37:27 -08:00
use dependency cache
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -9,6 +9,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: npm
|
||||
- run: npm install
|
||||
- run: npm i -g @vscode/vsce
|
||||
- run: "vsce publish -p $VSCE_TOKEN"
|
||||
|
||||
Reference in New Issue
Block a user