Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan-kamel committed Apr 19, 2024
1 parent c323ea5 commit 3d1691f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

- name: Install dependencies
run: dart pub get
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.0
Expand All @@ -39,7 +35,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa"
tag: v1.0.${{ github.run_number }}
tag: v0.0.${{ github.run_number }}
# token: ${{ secrets.TOKEN }}
# push to master, main, develop
# pull request on main master

0 comments on commit 3d1691f

Please sign in to comment.