pull tags for goreleaser
This commit is contained in:
parent
c133be12d8
commit
9038442191
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- run: git fetch --force --tags
|
||||||
- uses: https://github.com/goreleaser/goreleaser-action@v4
|
- uses: https://github.com/goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser-pro
|
distribution: goreleaser-pro
|
||||||
|
|
Loading…
Reference in a new issue