Skip to content

Commit 69e38e4

Browse files
committed
fix: tag name
1 parent 3f01cc8 commit 69e38e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dart_self.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Get application version
8282
id: app_ver
83-
run: echo "::set-output name=app_ver::" "$(flutter pub run doppio_utils_config:get_ver)+($GITHUB_RUN_NUMBER)"
83+
run: echo "::set-output name=app_ver::""$(flutter pub run doppio_utils_config:get_ver)+($GITHUB_RUN_NUMBER)"
8484

8585
# https://github.com/ahdbilal/firstiosapp/blob/master/.github/workflows/build_distribute.yml
8686
- name: Read Configuration
@@ -99,8 +99,8 @@ jobs:
9999
env:
100100
GITHUB_TOKEN: ${{ secrets.ci_token }}
101101
with:
102-
tag_name: v${{ steps.app_ver.outputs.app_ver }} ${{ steps.dist_config.outputs.release_type }}
103-
release_name: ${{ steps.dist_config.outputs.release_type }} v${{ steps.app_ver.outputs.app_ver }}
102+
tag_name: v_${{ steps.app_ver.outputs.app_ver }}_${{ steps.dist_config.outputs.release_type }}
103+
release_name: ${{ steps.dist_config.outputs.release_type }} v_${{ steps.app_ver.outputs.app_ver }}
104104
body: ${{ env.COMMIT_MESSAGE }}
105105
draft: ${{ steps.dist_config.outputs.draft }}
106106
prerelease: ${{ steps.dist_config.outputs.prerelease }}

0 commit comments

Comments
 (0)