Skip to content

Commit 7a89afe

Browse files
committed
CreateRelease: Change default shell + yarn install
1 parent ec95b27 commit 7a89afe

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/CreateRelease.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Create Release
22
on:
33
workflow_dispatch:
4+
defaults:
5+
run:
6+
shell: pwsh
47
jobs:
58
package:
69

@@ -10,17 +13,12 @@ jobs:
1013
- uses: actions/setup-node@v4
1114
with:
1215
node-version: 20
16+
- run: yarn install
1317
- name: Get Release Details
1418
id: release_details
15-
shell: pwsh
1619
run: |
17-
# TODO: Get latest release number
18-
.\build.ps1 -Task CI -Bootstrap
19-
# Outputs:
20-
# vsix_path
21-
# vsix_name
22-
# changelog_title
23-
# changelog_body
20+
.\build.ps1 -Task CI
21+
# Outputs: vsix_path, vsix_name, changelog_title, changelog_body
2422
- name: Create a Release
2523
uses: softprops/action-gh-release@v2
2624
with:

0 commit comments

Comments
 (0)