Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 9, 2023
1 parent 26e9ddf commit 45a77c7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

- name: CWD
run: echo "${{ github.workspace }}"
Expand All @@ -29,13 +32,13 @@ jobs:
run: ls -al

- name: Disable dubious ownership check
run: git config --global --add safe.directory "${{ github.workspace }}"
run: git config --system --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 --global --add safe.directory "*"

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

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

0 comments on commit 45a77c7

Please sign in to comment.