1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

docs: unshallow on github actions (#1298)

refs https://github.com/goreleaser/goreleaser-action/issues/69

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-01-14 10:11:21 -03:00 committed by GitHub
parent 1943d3147b
commit d1e23e99e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,10 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v1
@ -40,7 +43,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
> For detailed intructions please follow GitHub Actions [workflow syntax][syntax].
> **IMPORTANT**: note the `Unshallow` workflow step. It is required for the
> changelog to work correctly.
> For detailed instructions please follow GitHub Actions [workflow syntax][syntax].
## Customizing