mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
build: fix setup-task rate limit
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
be9ad4d47d
commit
4f17fba173
3
.github/workflows/generate.yml
vendored
3
.github/workflows/generate.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
go-version: stable
|
||||
cache: true
|
||||
- uses: arduino/setup-task@e26d8975574116b0097a1161e0fe16ba75d84c1c # v1
|
||||
with:
|
||||
version: 3.x
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: task docs:releases
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
18
www/docs/static/schema-pro.json
generated
vendored
18
www/docs/static/schema-pro.json
generated
vendored
@ -769,6 +769,9 @@
|
||||
},
|
||||
"file_info": {
|
||||
"$ref": "#/$defs/ContentFileInfo"
|
||||
},
|
||||
"expand": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -901,7 +904,13 @@
|
||||
"type": "array"
|
||||
},
|
||||
"use": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"docker",
|
||||
"buildx",
|
||||
"podman"
|
||||
],
|
||||
"default": "docker"
|
||||
},
|
||||
"templated_files": {
|
||||
"items": {
|
||||
@ -2406,6 +2415,13 @@
|
||||
},
|
||||
"Project": {
|
||||
"properties": {
|
||||
"version": {
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
],
|
||||
"default": 1
|
||||
},
|
||||
"project_name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user