Skip to content

Commit 6806526

Browse files
committed
Bumping publish task version [skip ci]
1 parent 795ffa5 commit 6806526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
publish:
1818
needs: build
1919
name: Publish
20-
runs-on: windows-2019
20+
runs-on: windows-2022
2121
env:
2222
VERSION: ${{ needs.build.outputs.version }}
2323

@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Publish extension to Marketplace
3636
#if: ${{ contains(github.event.head_commit.message, '[release]') }}
37-
uses: cezarypiatek/VsixPublisherAction@0.1
37+
uses: cezarypiatek/VsixPublisherAction@1.0
3838
with:
3939
extension-file: '${{ github.event.repository.name }}.vsix'
4040
publish-manifest-file: 'vs-publish.json'

0 commit comments

Comments
 (0)