Skip to content

Commit

Permalink
fix: release workflow fails publishing with missing Git author (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Sep 29, 2023
1 parent fefcd43 commit c45b40f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

# Git is used to push helm chart to hetznercloud/helm-charts
- name: Setup Git
run: |
git config --global user.name hcloud-bot
git config --global user.email github-bot@hetzner-cloud.de
- name: "make docker plugin"
run: |
cd deploy/docker-swarm/pkg
Expand Down

0 comments on commit c45b40f

Please sign in to comment.