Skip to content

Github Action for handling release creation

Notifications You must be signed in to change notification settings

majkrzak/create-release

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

majkrzak/create-release

Github Action for handling release creation

Example

    - 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