Skip to content

Commit

Permalink
Merge branch 'master' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 6, 2020
2 parents c4791b3 + 427d680 commit 8dab347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

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

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

Expand Down Expand Up @@ -107,6 +110,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

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

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

Expand Down

0 comments on commit 8dab347

Please sign in to comment.