tjtharrison/github-actions-releaser
Release GitHub actions versions, including rolling major versions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PROJECT_NAME | The name of the project to be released | no | ${{ github.event.repository.name }} |
| GITHUB_TOKEN | The file that the output report will be written to | yes | — |
| RELEASE_BRANCH | The branch to release from | yes | main |
Outputs
| name | description |
|---|---|
| NEW_RELEASE | The new release version |
| NEW_MAJOR_RELEASE | The new major release version |