Skip to content

Commit 023412f

Browse files
committed
added version number in workflow
1 parent e8c6e8b commit 023412f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: ncipollo/[email protected]
5454
with:
5555
artifacts: "build/app/outputs/apk/release/*,build/ios/iphoneos/app.ipa"
56-
tag: v1.0.${{ github.run_number }}
56+
tag: v2.0.${{ github.run_number }}
5757
token: ${{ secrets.TOKEN }}
5858

5959
# # Upload generated apk to the artifacts.

0 commit comments

Comments
 (0)