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: ProjectRenamifier | |
| display-name: 'Project Renamifier' | |
| marketplace-id: CodingWithCalvin.VS-ProjectRenamifier | |
| description: 'Safely rename projects in Visual Studio with namespace and reference updates' | |
| secrets: inherit |