mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 13:21:36 +02:00
fix(go): pass release-type (#160)
This commit is contained in:
3
index.js
3
index.js
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user