File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
)"
50
50
nightly_version="v${solidity_version}-nightly.${last_commit_date}+commit.${last_commit_hash}"
51
51
52
- echo "::set-env name= SOLIDITY_VERSION:: ${solidity_version}"
53
- echo "::set-env name= NIGHTLY_VERSION:: ${nightly_version}"
52
+ echo "SOLIDITY_VERSION= ${solidity_version}" >> $GITHUB_ENV
53
+ echo "NIGHTLY_VERSION= ${nightly_version}" >> $GITHUB_ENV
54
54
55
55
# There's no way to just stop a job without failing and that would spam everyone with
56
56
# spurious e-mail notifications about the failure. Instead we have to make do with `if`s.
57
- echo "::set-env name= MATCHING_NIGHTLIES_IN_THE_REPO:: ${matching_nightlies_in_the_repo}"
57
+ echo "MATCHING_NIGHTLIES_IN_THE_REPO= ${matching_nightlies_in_the_repo}" >> $GITHUB_ENV
58
58
59
59
- name : Build soljson.js
60
60
if : " !env.MATCHING_NIGHTLIES_IN_THE_REPO"
You can’t perform that action at this time.
0 commit comments