File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 DRY_RUN : ${{ inputs.dryRun || 'false' }}
2828 CHANGELOG_ENTRY : ${{ inputs.changeLog }}
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30- HOMEBREW_GH_TOKEN : ${{ toJSON( secrets.LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY) }}
30+ HOMEBREW_GH_TOKEN : ${{ secrets.LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY }}
3131 ARTIFACT_DIRECTORY : " /tmp/release-artifacts"
3232 steps :
3333 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stage_artifacts() (
1010 # write homebrew key to temporary file for Goreleaser
1111 if [[ -n " ${HOMEBREW_GH_TOKEN:- } " ]]; then
1212 HOMEBREW_KEY_PATH=" /tmp/homebrew-tap-deploy-key"
13- echo " $HOMEBREW_GH_TOKEN " > " $HOMEBREW_KEY_PATH "
13+ printf ' %s\n ' " $HOMEBREW_GH_TOKEN " > " $HOMEBREW_KEY_PATH "
1414 chmod 600 " $HOMEBREW_KEY_PATH "
1515 export HOMEBREW_KEY_PATH
1616 fi
You can’t perform that action at this time.
0 commit comments