1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 11:11:39 +02:00

feat: allow github-release/release-pr to be run separately (#70)

This commit is contained in:
Benjamin E. Coe
2020-09-17 14:00:34 -07:00
committed by GitHub
parent c66d20dc19
commit 37d423feba
4 changed files with 70 additions and 56 deletions

View File

@@ -26,6 +26,9 @@ inputs:
changelog-types:
description: 'changlelog commit types'
require: false
command:
description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)'
require: false
runs:
using: 'node12'
main: 'dist/index.js'