Skip to content

Commit

Permalink
chore: Fix go-releaser-crosscompile (#1581)
Browse files Browse the repository at this point in the history
* running via cross

* latest -> v1.20

* user root

* marking safe directory

---------

Co-authored-by: amitz <[email protected]>
  • Loading branch information
amitza and amitz authored Jul 23, 2024
1 parent 004f529 commit 3ecc380
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 @@ -24,6 +24,10 @@ jobs:
contents: write

steps:
- name: Mark github workspace as safe
run: |
sh -c "git config --global --add safe.directory $PWD"
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3ecc380

Please sign in to comment.