mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 09:07:29 +00:00
Mark key input as deprecated
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ inputs:
|
||||
args:
|
||||
description: 'Arguments to pass to GoReleaser'
|
||||
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:
|
||||
description: 'Working directory (below repository root)'
|
||||
default: '.'
|
||||
|
||||
Reference in New Issue
Block a user