Skip to content

Commit 0caa80c

Browse files
authored
fix: [IDE-1709] Debug Release Please issues (#550)
1 parent e6f489a commit 0caa80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ runs:
5454
-f /dev/null
5555
)"
5656
echo "CONTAINER_ID=$CONTAINER_ID" >> "$GITHUB_ENV"
57-
5857
- name: Run Goreleaser
5958
shell: bash
6059
run: docker exec
6160
--env GITHUB_TOKEN
6261
--env HOMEBREW_DEPLOY_KEY
62+
--env DOCKER_USERNAME=${{ env.DOCKER_HUB_USERNAME }}
63+
--env DOCKER_PASSWORD=${{ env.DOCKER_HUB_TOKEN }}
6364
--workdir "$PWD"
6465
--tty
6566
"$CONTAINER_ID"

0 commit comments

Comments
 (0)