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:
parent
1943d3147b
commit
d1e23e99e8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user