1
1
mirror of https://github.com/ssut/payload-dumper-go.git synced 2024-05-13 19:19:11 +00:00

chore(ci):Fix fatal: unsafe repository ('...' is owned by someone else) (#32)

See: https://github.com/actions/checkout/issues/760

Co-authored-by: Suhun Han <ssut@users.noreply.github.com>
This commit is contained in:
luk1337 2022-05-30 17:50:53 +02:00 committed by GitHub
parent b36ebf31e5
commit eb13ef8f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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