Skip to content

Commit

Permalink
chore(ci):Fix fatal: unsafe repository ('...' is owned by someone els…
Browse files Browse the repository at this point in the history
…e) (#32)

See: actions/checkout#760

Co-authored-by: Suhun Han <ssut@users.noreply.github.com>
  • Loading branch information
luk1337 and ssut committed May 30, 2022
1 parent b36ebf3 commit eb13ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
- uses: actions/checkout@v2

- name: Add $GITHUB_WORKSPACE to git safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- uses: goreleaser/goreleaser-action@v3
with:
version: latest
Expand Down

0 comments on commit eb13ef8

Please sign in to comment.