Skip to content

Commit

Permalink
Merge pull request #137 from atsign-company/cpswan-align-beta-stable
Browse files Browse the repository at this point in the history
fix: Stray space in cut gives wrong version
  • Loading branch information
XavierChanth authored Oct 11, 2023
2 parents 8aaf36e + d5a3b69 commit 28ff57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
fi
DART_VERSION=$(cat DART_STABLE_VERSION)
BETA_VERSION=$(echo $DART_VERSION | rev | cut -d"." -f2 - | rev)".0"
BETA_VERSION=$(echo $DART_VERSION | rev | cut -d"." -f2- | rev)".0"
echo "dartversion=${DART_VERSION}" >> $GITHUB_OUTPUT
echo "betaversion=${BETA_VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 28ff57f

Please sign in to comment.