Skip to content

Commit

Permalink
ci(release): adds wait-for script as a GitHub release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono committed Jan 31, 2021
1 parent cc87f48 commit 89ec638
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@
}
],
"@semantic-release/git",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
{
"path": "wait-for",
"name": "wait-for_${nextRelease.gitTag}",
"label": "The wait-for script (${nextRelease.gitTag})"
}
]
}
]
]
}
}

0 comments on commit 89ec638

Please sign in to comment.