mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 00:41:39 +02:00
fix: falsy path should be passed as undefined (#54)
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -1742,8 +1742,8 @@ async function main () {
|
||||
label: RELEASE_LABEL,
|
||||
repoUrl: process.env.GITHUB_REPOSITORY,
|
||||
packageName,
|
||||
path,
|
||||
token,
|
||||
path: path ? path : undefined,
|
||||
token
|
||||
})
|
||||
const releaseCreated = await gr.createRelease()
|
||||
if (releaseCreated) {
|
||||
|
||||
Reference in New Issue
Block a user