1
0
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:
Benjamin E. Coe
2020-10-29 15:45:48 -04:00
committed by GitHub
parent 0a415f5e46
commit 6c289af7b6
5 changed files with 46 additions and 40 deletions

View File

@@ -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'