Skip to content

Commit

Permalink
ci: create and set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmonk13 committed May 12, 2024
1 parent 3594e3c commit d9196a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ jobs:
# uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@v2.0.5
with:
files: build/app/outputs/flutter-apk/app-release.apk
files: build/app/outputs/flutter-apk/app-release.apk
tag_name: v${{ env.VERSION }}

0 comments on commit d9196a3

Please sign in to comment.