mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-06-09 22:28:13 +02:00
fix(ruby): properly support ruby release process (#92)
This commit is contained in:
@@ -29,6 +29,9 @@ inputs:
|
||||
command:
|
||||
description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)'
|
||||
require: false
|
||||
verssion-file:
|
||||
description: 'provide a path to a version file to increment (used by ruby releaser)'
|
||||
require: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user