Skip to content

Commit

Permalink
Let the nightlies call themselves 'nightly'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Oct 15, 2020
1 parent 3a55000 commit c264810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ 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_hash}" > commit_hash.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 c264810

Please sign in to comment.