mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-14 06:40:32 +00:00
Add note about fetch-depth
This commit is contained in:
parent
c30b077d74
commit
aff4fc5a2c
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
> **IMPORTANT**: note the `fetch-depth: 0` input in `Checkout` step. It is required for the changelog to work correctly.
|
||||
|
||||
### Run on new tag
|
||||
|
||||
If you want to run GoReleaser only on new tag, you can use this event:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue