Skip to content

Commit

Permalink
Attempt to fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bakks committed Feb 7, 2023
1 parent a8803e7 commit 568c297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Workaround Git Security Warning
run: |
# See: https://github.com/actions/runner-images/issues/6775.
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 568c297

Please sign in to comment.