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

docs: fix list item count (#3816)

Hello, I found a number error in the document when I consulted the
document, so I propose a pr to fix it
This commit is contained in:
CC11001100 2023-03-01 20:46:56 +08:00 committed by GitHub
parent 17782b1f7b
commit b4a4ca1716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ A common one here is when your `archives.name` is not specific enough.
You can run your release locally (e.g. `goreleaser release --snapshot`) and
check the `./dist/*.json` files to debug.
### 2. You are running GoReleaser multiple times against the same tag
### 3. You are running GoReleaser multiple times against the same tag
This one is easier to fix: make sure you are running GoReleaser only on tags,
and only one time per tag.