Skip to content

Commit 5c24247

Browse files
committed
Test env config
1 parent e6f489a commit 5c24247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ runs:
6060
run: docker exec
6161
--env GITHUB_TOKEN
6262
--env HOMEBREW_DEPLOY_KEY
63+
--env DOCKER_HUB_USERNAME=${{ env.DOCKER_HUB_USERNAME }}
64+
--env DOCKER_HUB_TOKEN=${{ env.DOCKER_HUB_TOKEN }}
6365
--workdir "$PWD"
6466
--tty
6567
"$CONTAINER_ID"
66-
goreleaser release
68+
goreleaser release
6769
${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
6870
${{ inputs.snapshot == 'true' && '--snapshot' || '' }}
6971
${{ inputs.skip == '' && '' || format('--skip={0}', inputs.skip) }}

0 commit comments

Comments
 (0)