Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Feb 6, 2024
1 parent 7b19e60 commit 28074b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ github.event.inputs.version != 'none' }}
run: |
dart pub global activate cider
cider bump --bump-build ${{ env.VERSION_BUMP }}
cider bump ${{ env.VERSION_BUMP }} --bump-build
- name: configure release keys
env:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
if: ${{ github.event.inputs.version != 'none' }}
run: |
dart pub global activate cider
cider bump --bump-build ${{ env.VERSION_BUMP }}
cider bump ${{ env.VERSION_BUMP }} --bump-build
- name: build IPA
run: flutter build ios --no-codesign
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: bump and release version
run: |
cider bump --bump-build ${{ env.VERSION_BUMP }}
cider bump ${{ env.VERSION_BUMP }} --bump-build
cider release
- name: get new version
Expand Down

0 comments on commit 28074b4

Please sign in to comment.