Skip to content

Commit df08a4d

Browse files
authored
Merge pull request #58 from codacy/fix-release-vsx
fix: Make VSX job not a bloker for the workflow
2 parents cea6cd7 + c8b7cf7 commit df08a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Publish to Visual Studio Marketplace
5757
run: vsce publish --packagePath "./releases/codacy-$RELEASE_VERSION.vsix" --no-git-tag-version --no-update-package-json -p ${{ secrets.VSC_MKTP_PAT }}
5858
- name: Publish to Open VSX Registry
59+
continue-on-error: true
5960
uses: HaaLeo/publish-vscode-extension@v1
6061
with:
6162
preRelease: false

0 commit comments

Comments
 (0)