Skip to content

Commit 6fd5394

Browse files
authored
Add dynamic tag name for release creation
1 parent 2b66cf5 commit 6fd5394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Create Release
8282
uses: softprops/action-gh-release@v2
8383
with:
84+
tag_name: v1.0.${{ github.run_number }}
8485
files: |
8586
build/app/outputs/flutter-apk/app-release.apk
8687
${{ env.IOS_ZIP_PATH }}

0 commit comments

Comments
 (0)