File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,10 @@ jobs:
46
46
run : flutter pub get
47
47
48
48
- name : Extract version information
49
- id : get_version
50
49
run : |
51
- echo "VERSION_V=$(echo $GITHUB_REF | cut -d / -f 3) >> $GITHUB_ENV
52
- echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | cut -c 2-) >> $GITHUB_ENV
53
- echo "BUILD=$(flutter pub run cider version | cut -d '+' -f 2) >> $GITHUB_ENV
50
+ echo "VERSION_V=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_ENV
51
+ echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | cut -c 2-)" >> $GITHUB_ENV
52
+ echo "BUILD=$(flutter pub run cider version | cut -d '+' -f 2)" >> $GITHUB_ENV
54
53
55
54
# Note: the original tag that triggered the workflow is in the form vX.Y.Z
56
55
# but the pubspec.yaml is committed in the commit after that one.
You can’t perform that action at this time.
0 commit comments