Skip to content

Commit

Permalink
Now it works... right?
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 9, 2023
1 parent 45a77c7 commit 64926c5
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

- name: CWD
run: echo "${{ github.workspace }}"

- name: CWD content
run: ls -al

- name: Disable dubious ownership check
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 --system --add safe.directory "*"
- name: Fetch all tags for GoReleaser
run: git fetch --force --tags

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

0 comments on commit 64926c5

Please sign in to comment.