The Wayback Machine - http://web.archive.org/web/20201030004859/https://github.com/nodegui/create-release
Skip to content
master
Go to file
Code
This branch is 6 commits ahead, 1 commit behind majkrzak:master.

Latest commit

 

Git stats

Files

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

README.md

nodegui/create-release

Github Action for handling auto release creation

Example

- uses: nodegui/create-release@master
  with:
    token: ${{github.token}}
    name: My lovely release
    code: latest
    prerelease: true
    recreate: true
    assets: >
      source.txt:target.txt:text/plain
      another:one:application/json

About

Github Action for handling release creation

Resources

Packages

No packages published
You can’t perform that action at this time.