Skip to content

Commit

Permalink
I'm going crazy with this goreleaser stuff....
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 9, 2023
1 parent c5323d1 commit 26e9ddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Disable dubious ownership check
run: git config --global --add safe.directory "${{ github.workspace }}"

- name: Disable dubious ownership check
run: git config --global --add safe.directory "*"

- name: Disable dubious ownership check
run: git config --system --add safe.directory "*"

- name: Release HORNET
run: goreleaser --verbose --skip-publish --clean
env:
Expand Down

0 comments on commit 26e9ddf

Please sign in to comment.