Skip to content

Commit

Permalink
Merge pull request #136 from atsign-company/cpswan-align-beta-stable
Browse files Browse the repository at this point in the history
feat: Align beta version with stable
  • Loading branch information
gkc authored Oct 11, 2023
2 parents cc0b1bb + cbd9ba3 commit 8aaf36e
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=$(curl -s $DDURL | jq -r .beta.version)
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 8aaf36e

Please sign in to comment.