1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 11:11:13 +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,
monorepoTags,
token,
changelogPath
changelogPath,
releaseType
})
const releaseCreated = await gr.createRelease()
if (releaseCreated) {