Skip to content

Commit

Permalink
fix(ci): don't cut tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kirasok committed Apr 5, 2024
1 parent 1eaf02f commit 9c39374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Update version in YAML
run: |
dart pub global activate cider
dart pub global run cider version $(echo ${{env.version}} | cut -c2-)+${{github.run_number}}
dart pub global run cider version ${{env.version}}+${{github.run_number}}
- name: Get dependencies
run: flutter pub get
- name: Start Android Release Build
Expand Down

0 comments on commit 9c39374

Please sign in to comment.