Skip to content

Commit

Permalink
chore: add needs to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jun 2, 2024
1 parent 0006187 commit 9097844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
if: runner.os != 'Linux'
publish:
runs-on: ubuntu-latest
needs: build
steps:
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/')
if: success()
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 9097844

Please sign in to comment.