diff --git a/README.md b/README.md new file mode 100644 index 0000000..c119f73 --- /dev/null +++ b/README.md @@ -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 +``` diff --git a/action.yml b/action.yml index f43fef4..5129091 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,6 @@ -name: Create release +name: majkrzak/create-release +description: | + Github Action for handling release creation author: Piotr Majkrzak branding: icon: box