File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,9 +153,10 @@ jobs:
153153 path : vscode-ext
154154
155155 - name : Publish to VS Code Marketplace
156+ working-directory : vscode-ext
156157 run : |
157158 for i in 1 2 3; do
158- cd vscode-ext && npx vsce publish --packagePath *.vsix --no-dependencies && exit 0
159+ npx vsce publish --packagePath *.vsix --no-dependencies && exit 0
159160 echo "Attempt $i failed, retrying in 10s..."
160161 sleep 10
161162 done
@@ -164,9 +165,10 @@ jobs:
164165 VSCE_PAT : ${{ secrets.VSCE_PAT }}
165166
166167 - name : Publish to OpenVSX
168+ working-directory : vscode-ext
167169 run : |
168170 for i in 1 2 3; do
169- cd vscode-ext && npx ovsx publish --packagePath *.vsix --no-dependencies && exit 0
171+ npx ovsx publish --packagePath *.vsix --no-dependencies && exit 0
170172 echo "Attempt $i failed, retrying in 10s..."
171173 sleep 10
172174 done
You can’t perform that action at this time.
0 commit comments