mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 23:37:30 +00:00
Mark key input as deprecated
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ inputs:
|
|||||||
args:
|
args:
|
||||||
description: 'Arguments to pass to GoReleaser'
|
description: 'Arguments to pass to GoReleaser'
|
||||||
key:
|
key:
|
||||||
description: 'Private key to import'
|
description: 'Deprecated. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg'
|
||||||
|
deprecationMessage: 'The key input will not be supported. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg'
|
||||||
workdir:
|
workdir:
|
||||||
description: 'Working directory (below repository root)'
|
description: 'Working directory (below repository root)'
|
||||||
default: '.'
|
default: '.'
|
||||||
|
|||||||
Reference in New Issue
Block a user