Skip to content

Commit

Permalink
change the push-to-release source
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshkat-Shadik committed Sep 11, 2024
1 parent 4723e16 commit 80ac569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

# Push the release
- name: Push to Releases
uses: oberhauser-dev/flutter-release-action@v0
uses: ncipollo/release-action@v1
with:
app-name: "Weather App"
artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit 80ac569

Please sign in to comment.