Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
majkrzak committed Sep 16, 2019
1 parent e661f0e commit a84d139
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
majkrzak/create-release
=======================

Github Action for handling release creation


Example
-------

```yaml
- uses: majkrzak/create-release@master
with:
token: ${{github.token}}
name: My lovely release
code: latest
prerelease: true
assets: >
source.txt:target.txt:text/plain
another:one:application/json
```
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Create release
name: majkrzak/create-release
description: |
Github Action for handling release creation
author: Piotr Majkrzak
branding:
icon: box
Expand Down

0 comments on commit a84d139

Please sign in to comment.