We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcab794 + afd594b commit 7497f1bCopy full SHA for 7497f1b
1 file changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
permissions:
16
contents: read
17
-
+
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
37
echo "Build step failed." >&2
38
exit 1
39
}
40
41
- name: Lint
42
run: |
43
npm run lint --silent >/dev/null 2>&1 || {
@@ -52,4 +52,4 @@ jobs:
52
npx --yes @vscode/vsce publish -p "$VSCE_PAT" >/dev/null 2>&1 || {
53
echo "Publish step failed." >&2
54
55
- }
+ }
0 commit comments