Skip to content

Commit 5f5c718

Browse files
committed
specify shell - we are on ubuntu 🐧
1 parent 8943d17 commit 5f5c718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- name: Checkout
119119
uses: actions/[email protected]
120120
- name: Get Version via powershell
121+
shell: pwsh
121122
id: get_version
122123
run: |
123124
$version = Get-Content -Path $env:GITHUB_WORKSPACE/version.txt

0 commit comments

Comments
 (0)