Skip to content

Commit

Permalink
build(release): sets filename of GitHub release asset to "wait-for"
Browse files Browse the repository at this point in the history
Previously, it also included the version of the release. However, this can already be inferred from the download url and makes it harder to use the release asset in automated workflows.
  • Loading branch information
Addono authored Feb 2, 2021
1 parent 31d1cd2 commit 80c832f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"assets": [
{
"path": "wait-for",
"name": "wait-for_${nextRelease.gitTag}",
"label": "The wait-for script (${nextRelease.gitTag})"
"name": "wait-for",
"label": "wait-for (${nextRelease.gitTag})"
}
]
}
Expand Down

0 comments on commit 80c832f

Please # to comment.