@@ -67,20 +67,20 @@ jobs:
67
67
68
68
# above are common steps for push and pull
69
69
70
- # pull only
71
- - name : upload vsix
72
- if : github.event_name == 'pull_request' && !github.event.pull_request.draft
73
- uses : actions/upload-artifact@v2
74
- with :
75
- name : FineCodeCoverage ( zipped vsix)
76
- path : ${{env.VSIX}}
70
+ # pull only - todo update to v4
71
+ # - name: upload vsix
72
+ # if: github.event_name == 'pull_request' && !github.event.pull_request.draft
73
+ # uses: actions/upload-artifact@v2
74
+ # with:
75
+ # name: FineCodeCoverage ( zipped vsix)
76
+ # path: ${{env.VSIX}}
77
77
78
- - name : upload vsix 2022
79
- if : github.event_name == 'pull_request' && !github.event.pull_request.draft
80
- uses : actions/upload-artifact@v2
81
- with :
82
- name : FineCodeCoverage2022 ( zipped vsix)
83
- path : ${{env.VSIX2022}}
78
+ # - name: upload vsix 2022
79
+ # if: github.event_name == 'pull_request' && !github.event.pull_request.draft
80
+ # uses: actions/upload-artifact@v2
81
+ # with:
82
+ # name: FineCodeCoverage2022 ( zipped vsix)
83
+ # path: ${{env.VSIX2022}}
84
84
85
85
# push only
86
86
- name : create release
@@ -134,11 +134,12 @@ jobs:
134
134
manifestPath : ${{github.workspace}}\vs-market-place-manifest-2022.json
135
135
vsixPath : ${{env.VSIX2022}}
136
136
137
- - name : comment - released and added to marketplace
138
- if : github.event_name == 'push'
139
- uses :
tonyhallett/[email protected]
140
- env :
141
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
142
- with :
143
- comment : released ${{steps.next-version.outputs.version_tag}} and available on marketplace
144
- addTo : pullandissues
137
+ # todo - actions/upload-artifact@v4 now outputs the artifact-url
138
+ # - name: comment - released and added to marketplace
139
+ # if: github.event_name == 'push'
140
+ # uses: tonyhallett/[email protected]
141
+ # env:
142
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143
+ # with:
144
+ # comment: released ${{steps.next-version.outputs.version_tag}} and available on marketplace
145
+ # addTo: pullandissues
0 commit comments