diff --git a/.github/workflows/radius-build.yml b/.github/workflows/radius-build.yml index 71bdd63f7..ba036013d 100644 --- a/.github/workflows/radius-build.yml +++ b/.github/workflows/radius-build.yml @@ -357,6 +357,7 @@ jobs: publish_to_marketplace: name: Publish to VS Marketplace runs-on: ubuntu-latest + working-directory: ./src/vscode-bicep steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -371,7 +372,7 @@ jobs: run: npm i -g vsce - name: Publish - run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} + run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --baseContentUrl https://github.com/project-radius/radius --baseImagesUrl https://github.com/project-radius/radius --packagePath ${{ env.RELEASE_PATH }}/rad-vscode-bicep.vsix # delete_artifacts: # name: Delete artifacts diff --git a/package.json b/package.json index 6e8eab9f0..9fe6e849f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "engines": { "vscode": "^1.75.0" }, + "publisher": "radius-project", "repository": { "type": "git", "url": "https://github.com/Azure/bicep.git"