Skip to content

danielnakamashi/simple-github-release

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

Repository files navigation

Create GitHub release from package.json

How to use it

steps:
  - name: Checkout
    id: checkout
    uses: actions/checkout@v4

  - name: Create a Github release based on package.json version
    uses: @danielnakamashi/simple-github-release
    with:
      token: ${{secrets.TOKEN}}

About

Creates a release tag in Github based on package.json version number

Resources

License

Stars

Watchers

Forks

Packages

No packages published