Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
GoooIce committed Aug 12, 2022
1 parent 85f8c62 commit 362f772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
VSCE_PAT: ${{ secrets.vsce_pat }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,6 +28,4 @@ jobs:
if: runner.os != 'Linux'
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy -- --pat ${{ secrets.VSCE_PAT }}
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: npm run deploy

0 comments on commit 362f772

Please sign in to comment.