We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91af71d + 70aa6df commit 0bf0127Copy full SHA for 0bf0127
.github/workflows/release.yml
@@ -134,10 +134,7 @@ jobs:
134
135
- name: Publish to Registry
136
run: |
137
- npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix || \
138
- echo "Failed to publish to VS Code Marketplace. \
139
- If this was an authentication problem, please make sure the \
140
- auth token hasn't expired."
+ npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix
141
142
open-vsx-publish:
143
name: Publish to Open VSX Registry
0 commit comments