Skip to content

Commit

Permalink
Pipeline fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Oct 17, 2023
1 parent f97a3c0 commit 3912620
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
continue-on-error: false

- name: Publish
run: npx vsce publish -p ${{ secrets.VSCE_PAT }} --pre-release --baseImagesUrl https://raw.githubusercontent.com/pnp/vscode-viva/dev
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }} --pre-release --baseImagesUrl https://raw.githubusercontent.com/pnp/vscode-viva/dev
working-directory: vscode-viva
2 changes: 1 addition & 1 deletion .github/workflows/release-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Package
run: |
npx vsce package
npx @vscode/vsce package
working-directory: vscode-viva

- name: Upload artifacts
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
continue-on-error: false

- name: Publish
run: npx vsce publish -p ${{ secrets.VSCE_PAT }}
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}
working-directory: vscode-viva

0 comments on commit 3912620

Please sign in to comment.