Skip to content

Commit

Permalink
Working with GitHub actions is miserable
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 6, 2020
1 parent 61dd604 commit 427d680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2

- name: Git Fetch Tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags -f

- name: Go Assets
run: ./go-assets.sh
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v2

- name: Git Fetch Tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags -f

- name: Go Assets
run: ./go-assets.sh
Expand Down

0 comments on commit 427d680

Please sign in to comment.