Skip to content

Commit

Permalink
fix: publish ci (#58)
Browse files Browse the repository at this point in the history
fix: ci

Signed-off-by: he1pa <18012015693@163.com>
  • Loading branch information
He1pa committed Jul 29, 2024
1 parent baeb208 commit 5c662f5
Show file tree
Hide file tree
Showing 3 changed files with 2,705 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18.x
- name: Publish
# Publish only if the tests pass && only if a tagged (release) build.
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
if: success() && startsWith(github.ref, 'refs/tags/')
run: npm install && npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
Loading

0 comments on commit 5c662f5

Please sign in to comment.