Skip to content

Commit

Permalink
version bumps to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Mar 17, 2024
1 parent 6286a7e commit 749eb7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ jobs:
run: jarsigner --verify --verbose build/app/outputs/flutter-apk/app-release.apk

- name: Rename APK file
run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk
run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: Release
path: |
build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk
build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk"
tag: v2.1.0+${{github.run_number}}
artifacts: "build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk"
tag: v2.2.0+${{github.run_number}}
token: ${{secrets.SECRET_KEY}}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.1.0+0
version: 2.2.0+0

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down

0 comments on commit 749eb7d

Please sign in to comment.