Skip to content

Commit

Permalink
ci(ci-semver): add semver release for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jan 8, 2023
1 parent b63cb70 commit 9da6e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@semantic-release/exec",
{
"prepareCmd": "sed -i 's/\"version\": \"[0-9\\.]*\",/\"version\": \"${nextRelease.version}\",/g' ./ESP/lib/library.json",
"publishCmd": "cd ~/work/OpenIris/OpenIris/release/ && ls -l"
"publishCmd": "ls ~/work/OpenIris/OpenIris/release/ -l"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "~/runner/work/OpenIris/OpenIris/release/**/*.bin",
"path": "~/work/OpenIris/OpenIris/release/**/*.bin",
"label": "Firmware Files"
}
]
Expand Down

0 comments on commit 9da6e6d

Please sign in to comment.