Skip to content

Commit 2efee84

Browse files
authored
Merge pull request #87 from auth0-training/kazemicode-patch-3
Change condition for publishing artifact in CI
2 parents deed80f + 73f5e59 commit 2efee84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: test-vscode
4545
path: release.vsix
4646
- name: Publish Artifact
47-
if: success() && startsWith( github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
47+
if: success() && github.event_name == 'release' && matrix.os == 'ubuntu-latest'
4848
run: npm run deploy
4949
env:
5050
VSCE_PAT: ${{secrets.VSCE_PAT}}

0 commit comments

Comments
 (0)