Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2024
1 parent 3ad04f4 commit 97bf5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ runs:
shell: bash
run: |
if [ -n "${{ inputs.registry-address }}" ]; then
echo "REGISTRY_ADDRESS=${{ inputs.registry-address }}" >> $GITHUB_ENV
export REGISTRY_ADDRESS=${{ inputs.registry-address }}
fi
if [ "${{ inputs.run-docker-tools }}" == "true" ]; then
${{ env.CLI_SCRIPT_PATH }} \
Expand Down

0 comments on commit 97bf5df

Please sign in to comment.