We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b8bee commit 92e3a6aCopy full SHA for 92e3a6a
.github/workflows/release.yml
@@ -74,13 +74,11 @@ jobs:
74
env:
75
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
76
77
- - name: Ensure Open VSX namespace exists
78
- working-directory: VSCode/vscode-extension
79
- run: npx ovsx create-namespace stride -p ${{ secrets.OPEN_VSX_TOKEN }} || true
80
-
81
- name: Publish to Open VSX Registry
82
working-directory: VSCode/vscode-extension
83
run: |
+ # Open VSX still uses the tebjan namespace
+ sed -i 's/"publisher": "stride"/"publisher": "tebjan"/' package.json
84
if [ "${{ steps.version.outputs.PRE_RELEASE }}" = "true" ]; then
85
npx ovsx publish -p ${{ secrets.OPEN_VSX_TOKEN }} --pre-release
86
else
0 commit comments