Skip to content

Commit

Permalink
Merge pull request #138 from atsign-company/cpswan-align-beta-stable
Browse files Browse the repository at this point in the history
feat: Use a file for last beta version
  • Loading branch information
XavierChanth authored Oct 11, 2023
2 parents 28ff57f + 949d3db commit 0813976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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=$(cat DART_LAST_BETA_VERSION)
echo "dartversion=${DART_VERSION}" >> $GITHUB_OUTPUT
echo "betaversion=${BETA_VERSION}" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions DART_LAST_BETA_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.0-262.3.beta

0 comments on commit 0813976

Please sign in to comment.