Skip to content

Commit

Permalink
add publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayada1 committed Sep 20, 2023
1 parent ce699a0 commit 92637bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/radius-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"engines": {
"vscode": "^1.75.0"
},
"publisher": "radius-project",
"repository": {
"type": "git",
"url": "https://github.com/Azure/bicep.git"
Expand Down

0 comments on commit 92637bc

Please sign in to comment.