Skip to content

Commit c4be854

Browse files
committed
fix if statement for deployment
1 parent a3a33eb commit c4be854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: test
3838
steps:
3939
- name: Publish
40-
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
40+
if: startsWith( github.ref, 'refs/tags/releases/')
4141
run: npm run deploy
4242
env:
4343
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)