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

fix(go): pass release-type (#160)

This commit is contained in:
Benjamin E. Coe
2020-12-10 09:55:58 -05:00
committed by GitHub
parent 4ec7fc5e13
commit 5c5271ce75

View File

@@ -34,7 +34,8 @@ async function main () {
path, path,
monorepoTags, monorepoTags,
token, token,
changelogPath changelogPath,
releaseType
}) })
const releaseCreated = await gr.createRelease() const releaseCreated = await gr.createRelease()
if (releaseCreated) { if (releaseCreated) {