Skip to content

Commit

Permalink
Try use bash replace sh generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Mar 4, 2021
1 parent 90e2ad2 commit 31a66ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
cmd: jq -n env
- name: Generate changelog
run: sh ./.github/scripts/generate_android_changelog.sh
run: bash ./.github/scripts/generate_android_changelog.sh
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
env:
KEYS_SECRET_PASSPHRASE: ${{ secrets.KEYS_SECRET_PASSPHRASE }}
- name: Generate changelog
run: sh ./.github/scripts/generate_ios_changelog.sh
run: bash ./.github/scripts/generate_ios_changelog.sh
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
Expand Down

0 comments on commit 31a66ee

Please sign in to comment.