Skip to content

Commit d5fef19

Browse files
authored
Update publish.yml
[skip ci]
1 parent d87b5f0 commit d5fef19

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/publish.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ jobs:
2424
with:
2525
file_path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.info
2626

27-
- name: 3. Publish Release to Marketplace
28-
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
29-
with:
30-
marketplace-pat: ${{ secrets.VS_PAT }}
31-
publish-manifest-path: ./resources/extension.manifest.json
32-
vsix-path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
33-
34-
- name: 4. Create Tag & Release
27+
- name: 3. Create Tag & Release
3528
uses: ncipollo/[email protected]
3629
with:
3730
artifacts: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
3831
generateReleaseNotes: true
3932
makeLatest: true
40-
token: ${{secrets.GH_SECRET}}
33+
token: ${{ secrets.GH_SECRET }}
4134
commit: ${{ steps.artifact_manifest.outputs.sha }}
42-
tag: "v${{steps.artifact_manifest.outputs.version }}"
35+
tag: ${{ steps.artifact_manifest.outputs.version }}
36+
37+
- name: 4. Publish Release to Marketplace
38+
if: success()
39+
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
40+
with:
41+
marketplace-pat: ${{ secrets.VS_PAT }}
42+
publish-manifest-path: ./resources/extension.manifest.json
43+
vsix-path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix

0 commit comments

Comments
 (0)