Skip to content

Commit f02ca19

Browse files
authored
Merge pull request #123 from r0qs/ci-to-nightly
Pass prerelease option to nightly builds
2 parents fa73ebb + 0649311 commit f02ca19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly-emscripten.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
last_commit_hash=$(git rev-parse --short=8 HEAD)
5151
solidity_version=$("scripts/get_version.sh")
5252
nightly_version="v${solidity_version}-nightly.${last_commit_date}+commit.${last_commit_hash}"
53-
echo "nightly.${last_commit_date}" > prerelease.txt
5453
5554
echo "LAST_COMMIT_DATE=${last_commit_date}" >> $GITHUB_ENV
5655
echo "LAST_COMMIT_HASH=${last_commit_hash}" >> $GITHUB_ENV
@@ -75,7 +74,7 @@ jobs:
7574
run: |
7675
cd solidity/
7776
# Note that this script will spawn and build inside a docker image (which works just fine in github actions).
78-
scripts/build_emscripten.sh
77+
scripts/build_emscripten.sh --prerelease-source "nightly"
7978
8079
- name: Upload soljson.js as an artifact
8180
if: "env.NIGHTLY_ALREADY_EXISTS == 'false'"

0 commit comments

Comments
 (0)