goreleaser-action/action.yml

24 lines
593 B
YAML

# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: 'GoReleaser Action'
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'
key:
description: 'Private key to import'
workdir:
description: 'Working directory (below repository root)'
default: '.'
runs:
using: 'node12'
main: 'lib/main.js'