We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc8756 commit 1982678Copy full SHA for 1982678
.github/workflows/gh-actions.yml
@@ -125,6 +125,7 @@ jobs:
125
run: |
126
ls -la #debug
127
for platformVsix in *.vsix; do
128
+ echo "Running command: vsce publish --skip-duplicate -p SOME_SECRET --packagePath ${platformVsix}"
129
vsce publish --skip-duplicate -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
130
done
131
- name: Publish to OpenVSX Registry
0 commit comments