goreleaser-action/action.yml

21 lines
504 B
YAML
Raw Normal View History

2019-09-20 20:23:45 +00:00
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
2019-09-20 20:31:47 +00:00
name: 'GoReleaser Action'
2019-09-20 20:23:45 +00:00
description: 'GitHub Action for GoReleaser, a release automation tool for Go projects'
author: 'crazy-max'
branding:
color: 'green'
icon: 'package'
inputs:
version:
description: 'GoReleaser version. Example: v0.118.0'
default: 'latest'
args:
description: 'Arguments to pass to GoReleaser'
2019-09-26 12:17:18 +00:00
key:
description: 'Private key to import'
2019-09-20 20:23:45 +00:00
runs:
using: 'node12'
main: 'lib/main.js'