Compare commits

...
2 Commits
Author SHA1 Message Date
CrazyMax 6e37040623 Update CHANGELOG 2020-05-10 17:26:14 +02:00
CrazyMax a1f27b29e7 Mark key input as deprecated 2020-05-10 17:25:03 +02:00
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 1.5.1 (2020/05/10)
* Mark `key` input as deprecated
## 1.5.0 (2020/05/07)
* Use native GitHub Action tools to download assets and use GitHub API
+2 -1
View File
@@ -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: '.'