File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments