Commit 4848989 1 parent 9339d20 commit 4848989 Copy full SHA for 4848989
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
continue-on-error : true
27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
- OTP_VERSION : ${{ inputs.otpVersion }}${{ JSON.stringify (github.event) }}
29
+ OTP_VERSION : ${{ inputs.otpVersion }}${{ toJSON (github.event) }}
30
30
run : |
31
31
echo OTP_VERSION: $OTP_VERSION
32
32
mvn dependency:get -Dartifact=com.mechanical-orchard:jinterface:$OTP_VERSION -DremoteRepositories=github::default::https://maven.pkg.github.com/mechanical-orchard/jinterface
39
39
if : steps.already_published_check.outcome == 'failure'
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
- OTP_VERSION : ${{ inputs.otpVersion }}${{ JSON.stringify (github.event) }}
42
+ OTP_VERSION : ${{ inputs.otpVersion }}${{ toJSON (github.event) }}
43
43
run : |
44
44
curl -fSL -o otp-src.tar.gz "https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz"
45
45
export ERL_TOP=`pwd`/otp-OTP-${OTP_VERSION}
You can’t perform that action at this time.
0 commit comments