Skip to content

Commit

Permalink
Setup QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jun 5, 2023
1 parent 0d772ed commit 1f3897c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
env:
GOOGLE_APPLICATION_CREDENTIALS: /tmp/gs.json
run: |
echo "${SERVICE_ACCOUNT_GITHUB_ACTIONS_RELEASE}" > /tmp/gs.json
mkdir -p $HOME/.ssh
umask 0077 && echo -e "${SSH_PRIVATE_KEY}" > $HOME/.ssh/id_rsa
ssh-keyscan github.com >> $HOME/.ssh/known_hosts
Expand All @@ -200,8 +201,6 @@ jobs:
git config --global user.name "Aserto Bot"
eval `ssh-agent`
ssh-add $HOME/.ssh/id_rsa
echo "${SERVICE_ACCOUNT_GITHUB_ACTIONS_RELEASE}" > /tmp/gs.json
-
name: Release
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 1f3897c

Please sign in to comment.