We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3d40f + 7c1bdba commit 00a54f8Copy full SHA for 00a54f8
.circleci/config.yml
@@ -155,7 +155,7 @@ commands:
155
)
156
echo "export FOUNDRY_REPO=$FOUNDRY_REPO" >> "$BASH_ENV"
157
echo "export FOUNDRY_VERSION=$FOUNDRY_VERSION" >> "$BASH_ENV"
158
- echo "export FOUNDRY_RELEASE_TAG='nightly-${FOUNDRY_RELEASE_SHA}'" >> "$BASH_ENV"
+ echo "export FOUNDRY_RELEASE_TAG='${FOUNDRY_VERSION}'" >> "$BASH_ENV"
159
# Save commit sha for caching
160
echo "$FOUNDRY_RELEASE_SHA" > /tmp/workspace/foundry-release-sha
161
- restore_cache:
0 commit comments