Skip to content

Commit e062594

Browse files
authored
Update publish.yml
[skip ci]
1 parent 03b3062 commit e062594

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,3 @@ jobs:
4040
token: ${{secrets.GH_SECRET}}
4141
commit: ${{ steps.artifact_manifest.outputs.sha }}
4242
tag: "v${{steps.artifact_manifest.outputs.version }}"
43-
44-
45-
46-
47-
48-
49-
- name: 1. Download artifact
50-
id: download-artifact
51-
uses: dawidd6/action-download-artifact@v2
52-
with:
53-
github_token: ${{secrets.GH_SECRET}}
54-
workflow: release_build_and_deploy.yml
55-
workflow_conclusion: success
56-
57-
- name: 2. Publish Release to Marketplace
58-
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
59-
with:
60-
marketplace-pat: ${{ secrets.VS_PAT }}
61-
publish-manifest-path: ./src/extension.manifest.json
62-
vsix-path: ./artifact/CodingWithCalvin.OpenBinFolder.Vsix.vsix
63-
64-
- name: 3. Create Release
65-
uses: ncipollo/release-action@v1.14.0
66-
with:
67-
artifacts: ./artifact/CodingWithCalvin.OpenBinFolder.Vsix.vsix
68-
generateReleaseNotes: true
69-
makeLatest: true
70-
token: ${{secrets.GH_SECRET}}

0 commit comments

Comments
 (0)