Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
feat: pass monorepoTags and packageName when creating GitHub release …
Browse files Browse the repository at this point in the history
…(#112)
  • Loading branch information
bcoe committed Nov 25, 2020
1 parent b467439 commit 69af5fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ async function main () {
repoUrl: process.env.GITHUB_REPOSITORY,
packageName,
path,
token
monorepoTags,
packageName,
token,
})
const releaseCreated = await gr.createRelease()
if (releaseCreated) {
Expand Down

0 comments on commit 69af5fc

Please sign in to comment.