Skip to content

Commit

Permalink
fix: Testing prerelease
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
  • Loading branch information
milosbackonja committed May 9, 2024
1 parent 2cae3f2 commit fbe8f79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"name": "main"
},
{
"name": "prerelease/*",
"prerelease": "snapshot"
}
"name": "prerelease/*",
"prerelease": "${name.split('/')[1]}",
"channel": "snapshot"
}
],
"tagFormat": "cloud-agent-v${version}",
"plugins": [
Expand Down

0 comments on commit fbe8f79

Please sign in to comment.