Skip to content

Commit

Permalink
Merge pull request #140 from atsign-company/cpswan-revert-beta-changes
Browse files Browse the repository at this point in the history
fix: Go back to using latest beta
  • Loading branch information
cpswan authored Oct 12, 2023
2 parents 6140824 + 674ae4c commit 5d513a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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=$(cat DART_LAST_BETA_VERSION)
BETA_VERSION=$(curl -s $DDURL | jq -r .beta.version)
echo "dartversion=${DART_VERSION}" >> $GITHUB_OUTPUT
echo "betaversion=${BETA_VERSION}" >> $GITHUB_OUTPUT
Expand Down
1 change: 0 additions & 1 deletion DART_LAST_BETA_VERSION

This file was deleted.

0 comments on commit 5d513a4

Please sign in to comment.