Initial commit

This commit is contained in:
CrazyMax
2019-09-20 22:23:45 +02:00
commit e28e23212c
778 changed files with 75786 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: 'GoReleaser'
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'
runs:
using: 'node12'
main: 'lib/main.js'