Skip to content

Commit

Permalink
Update marketplace token for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsumabat committed Jan 8, 2025
1 parent 0cdb6c6 commit 582de49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- closed
branches:
- main
workflow_dispatch:

name: Build and publish a release

Expand Down Expand Up @@ -90,6 +91,6 @@ jobs:
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.MARKETPLACE_TOKEN }}
pat: ${{ secrets.MERCURY_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ steps.npm_metadata.outputs.name }}-${{ steps.npm_metadata.outputs.version }}.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Alloglot",
"description": "Language agnostic IDE for VS Code",
"version": "4.0.0",
"publisher": "friedbrice",
"publisher": "mercurytechnologies",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
Expand Down

0 comments on commit 582de49

Please sign in to comment.