Skip to content

Commit

Permalink
Use msys shell
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 29, 2024
1 parent a329b59 commit d39dcf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ jobs:
runs-on: windows-latest
environment: release
needs: login-aws
container:
image: dockurr/windows
env:
VERSION: "10"
steps:
- name: aws creds
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -175,6 +171,7 @@ jobs:
- name: setup
shell: bash
run: |
#! C:\msys64\usr\bin\bash.exe
# Extract version number
VERSION=$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
Expand Down

0 comments on commit d39dcf0

Please sign in to comment.