Skip to content

Commit

Permalink
ci: remove tag requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent b3e9bcb commit 6deed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 20
- run: npm install
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/')
if: success()
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
Expand Down

0 comments on commit 6deed7d

Please sign in to comment.