Skip to content

Commit 4848989

Browse files
committed
wip
1 parent 9339d20 commit 4848989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
continue-on-error: true
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
OTP_VERSION: ${{ inputs.otpVersion }}${{ JSON.stringify(github.event) }}
29+
OTP_VERSION: ${{ inputs.otpVersion }}${{ toJSON(github.event) }}
3030
run: |
3131
echo OTP_VERSION: $OTP_VERSION
3232
mvn dependency:get -Dartifact=com.mechanical-orchard:jinterface:$OTP_VERSION -DremoteRepositories=github::default::https://maven.pkg.github.com/mechanical-orchard/jinterface
@@ -39,7 +39,7 @@ jobs:
3939
if: steps.already_published_check.outcome == 'failure'
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
OTP_VERSION: ${{ inputs.otpVersion }}${{ JSON.stringify(github.event) }}
42+
OTP_VERSION: ${{ inputs.otpVersion }}${{ toJSON(github.event) }}
4343
run: |
4444
curl -fSL -o otp-src.tar.gz "https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz"
4545
export ERL_TOP=`pwd`/otp-OTP-${OTP_VERSION}

0 commit comments

Comments
 (0)