Skip to content

Commit b707505

Browse files
committed
(maint) Fix automated release shell
The package and publish steps need to use the pwsh shell to run the build commands.
1 parent 71edcae commit b707505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: Package vsix
2222
id: create_package
23+
shell: pwsh
2324
run: |
2425
npm i
2526
npx vsce package
@@ -53,5 +54,6 @@ jobs:
5354

5455
- name: Publish Extension
5556
id: publish-release-asset
57+
shell: pwsh
5658
run: |
5759
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath ./puppet-vscode-${{ steps.vsce.outputs.version }}.vsix

0 commit comments

Comments
 (0)