Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2021
1 parent bb4d41a commit 39612a3
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 161 deletions.
16 changes: 10 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Github Release'
description: 'Triggers a GitHub release of a version'
name: "Github Release"
description: "Triggers a GitHub release of a version"
inputs:
token:
description: Token to use for Github API
Expand All @@ -11,8 +11,12 @@ inputs:
body:
description: Release summary
required: false
default: ''

default: ""
microservice:
description: The name of the Microservice that should be released. The name should not contain spaces
required: false
default: ""

runs:
using: 'node12'
main: 'release/index.js'
using: "node12"
main: "release/index.js"
Loading

0 comments on commit 39612a3

Please sign in to comment.