mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-08-29 14:28:29 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e37040623 | ||
|
|
a1f27b29e7 |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.5.1 (2020/05/10)
|
||||||
|
|
||||||
|
* Mark `key` input as deprecated
|
||||||
|
|
||||||
## 1.5.0 (2020/05/07)
|
## 1.5.0 (2020/05/07)
|
||||||
|
|
||||||
* Use native GitHub Action tools to download assets and use GitHub API
|
* Use native GitHub Action tools to download assets and use GitHub API
|
||||||
|
|||||||
+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