bump actions/publish version

This commit is contained in:
2024-02-16 03:24:05 -08:00
parent 5af8ecd25f
commit 1d5980a1c1

View File

@@ -8,7 +8,7 @@ jobs:
Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm install
- run: npm i -g @vscode/vsce
- run: "vsce publish -p $VSCE_TOKEN"