Skip to content

Commit 0bf0127

Browse files
authored
Merge pull request #2248 from github/koesie10/fail-vsce-workflow-on-failure
Fail VSCE workflow on failure
2 parents 91af71d + 70aa6df commit 0bf0127

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ jobs:
134134

135135
- name: Publish to Registry
136136
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."
137+
npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix
141138
142139
open-vsx-publish:
143140
name: Publish to Open VSX Registry

0 commit comments

Comments
 (0)