Skip to content
Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.