Skip to content

Commit

Permalink
Also bump PublishVSIX.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pharring committed Jan 27, 2024
1 parent 0538c0a commit a5da8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: src/VSIX/bin/**/*.vsix

- name: Upload build artifact (VSIX)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: VSIX Package (Dev 17)
path: src/VSIX_Dev17/bin/**/*.vsix
4 changes: 2 additions & 2 deletions .github/workflows/PublishVSIX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Publish release to marketplace
id: publish
uses: mrluje/vs-marketplace-publisher@v2
uses: mrluje/vs-marketplace-publisher@v2.1.0
with:
# (Required) Personal access token to perform action on the VS Marketplace
pat: ${{ secrets.vs_pat }}
Expand Down

0 comments on commit a5da8bc

Please sign in to comment.