File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments