Use context with goreleaser key
This commit is contained in:
parent
19964df99a
commit
2ae22e11ae
@ -1143,6 +1143,8 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release"
|
name: "Release"
|
||||||
|
context:
|
||||||
|
- filecoin-goreleaser-key
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
- "Build ( linux / amd64 )"
|
- "Build ( linux / amd64 )"
|
||||||
@ -1156,6 +1158,8 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release (dry-run)"
|
name: "Release (dry-run)"
|
||||||
|
context:
|
||||||
|
- filecoin-goreleaser-key
|
||||||
dry-run: true
|
dry-run: true
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
|
@ -838,6 +838,8 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release"
|
name: "Release"
|
||||||
|
context:
|
||||||
|
- filecoin-goreleaser-key
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
- "Build ( linux / amd64 )"
|
- "Build ( linux / amd64 )"
|
||||||
@ -851,6 +853,8 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release (dry-run)"
|
name: "Release (dry-run)"
|
||||||
|
context:
|
||||||
|
- filecoin-goreleaser-key
|
||||||
dry-run: true
|
dry-run: true
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
|
Loading…
Reference in New Issue
Block a user