Skip to content

mackerelio/create-release-action

Repository files navigation

create-release-action

javscript-action status

This repository is used for this organization's release flow and is subject to change without notice.

Code in Main

Install the dependencies

npm install

Run the tests ✔️

$ npm test
...

Usage

uses: mackerelio/create-release-action@main
with:
  directory: artifacts/
  github-token: ${{ secrets.GITHUB_TOKEN }}
  tag-prefix: 'refs/tags/v'
  bump-up-branch-prefix: 'bump-version-'