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 Oct 18, 2021
1 parent 7812147 commit 7f43571
Show file tree
Hide file tree
Showing 3 changed files with 2,421 additions and 31 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.1.1] - 2021-8-27 [PR: #15](https://github.com/dolittle/github-release-action/pull/15)
## Summary

Fixes a bug where the 'microservice' input was ignored

### Fixed

- Send the microservice input argument to the release creator


# [2.1.0] - 2021-8-25 [PR: #14](https://github.com/dolittle/github-release-action/pull/14)
## Summary

Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ inputs:
description: The name of the Microservice that should be released. The name should not contain spaces
required: false
default: ""
outputs:
upload_url:
description: The URL for uploading assets to the release

runs:
using: "node12"
Expand Down
Loading

0 comments on commit 7f43571

Please sign in to comment.