Skip to content

Commit

Permalink
fixes ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Mar 4, 2021
1 parent cc37a73 commit 80b9c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/releases/')
if: startsWith(github.ref, 'refs/tags/releases/')
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 80b9c69

Please sign in to comment.