mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 00:09:59 +01:00
Mark github releases as non preview
it's happening!
This commit is contained in:
parent
919c973d5d
commit
3a4b6dfa32
@ -50,7 +50,7 @@ export const release = async (github, version, applicationId, artifacts, config)
|
||||
owner: config.owner,
|
||||
repo: config.repo,
|
||||
tag_name: version.name,
|
||||
prerelease: true,
|
||||
prerelease: false,
|
||||
generate_release_notes: true,
|
||||
})
|
||||
|
||||
@ -219,4 +219,4 @@ const sendReleaseMessage = async (release, config) => {
|
||||
"msgtype": "m.text"
|
||||
}
|
||||
await client.sendEvent(config.matrixRoomId, "m.room.message", content, "")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user