Skip to content

Commit

Permalink
Merge pull request #64 from ethereum/developToNightly
Browse files Browse the repository at this point in the history
Let the nightlies call themselves 'nightly'.
  • Loading branch information
chriseth authored Oct 15, 2020
2 parents 3a55000 + 52aa3da commit ed7ff06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
last_commit_hash=$(git rev-parse --short=8 HEAD)
solidity_version=$("scripts/get_version.sh")
nightly_version="v${solidity_version}-nightly.${last_commit_date}+commit.${last_commit_hash}"
echo "nightly.${last_commit_date}" > prerelease.txt
echo "LAST_COMMIT_DATE=${last_commit_date}" >> $GITHUB_ENV
echo "LAST_COMMIT_HASH=${last_commit_hash}" >> $GITHUB_ENV
Expand Down

0 comments on commit ed7ff06

Please sign in to comment.