Skip to content

Github Action for handling release creation

Notifications You must be signed in to change notification settings

nodegui/create-release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%