Publish to VS Marketplace #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish to VS Marketplace | |
| on: | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| actions: read | |
| jobs: | |
| publish: | |
| uses: CodingWithCalvin/.github/.github/workflows/vsix-publish.yml@main | |
| with: | |
| extension-name: GitRanger | |
| display-name: 'Git Ranger' | |
| marketplace-id: CodingWithCalvin.VS-GitRanger | |
| description: 'A visually stunning Git management extension for Visual Studio 2022/2026' | |
| hashtags: '#git' | |
| secrets: inherit |