mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 19:17:31 +00:00
fix: don't depend on the GitHub API to check release (#391)
* fix: don't depend on the GitHub API to check release * chore: update generated content --------- Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -26,15 +26,6 @@ inputs:
|
||||
description: 'Just install GoReleaser'
|
||||
default: 'false'
|
||||
required: false
|
||||
github-token:
|
||||
description: >
|
||||
Used to verifiy the Git tag exists on goreleaser/goreleaser repo. Since there's a
|
||||
default, this is typically not supplied by the user. When running this
|
||||
action on github.com, the default value is sufficient. When running on
|
||||
GHES, you can pass a personal access token for github.com if you are
|
||||
experiencing rate limiting.
|
||||
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user