Skip to content

Commit

Permalink
attempt again
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshsadiq committed Aug 14, 2024
1 parent 2cd6763 commit c400fa6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/actions/mike-test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ runs:
echo "CONTAINER_ID=$CONTAINER_ID" >> "$GITHUB_ENV"
- shell: bash
run: >
docker exec
--env GITHUB_TOKEN
--env HOMEBREW_DEPLOY_KEY
--workdir "$PWD"
--tty
"$CONTAINER_ID"
goreleaser build --snapshot --config .goreleaser.yaml
run:
docker exec
--env GITHUB_TOKEN
--env HOMEBREW_DEPLOY_KEY
--workdir "$PWD"
--tty
"$CONTAINER_ID"
goreleaser build --snapshot --config .goreleaser.yaml

env:
GITHUB_TOKEN: ${{ inputs.token }}
HOMEBREW_DEPLOY_KEY: ${{ inputs.homebrew-gh-secret }}
Expand Down

0 comments on commit c400fa6

Please sign in to comment.