Skip to content

Commit

Permalink
Make: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkhan42 committed Mar 24, 2023
1 parent aaf74bc commit 4acb0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "main-dev",
"range": "1000",
"range": "10000",
"channel": "next",
"prerelease": true
}
Expand Down Expand Up @@ -74,7 +74,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "echo '${nextRelease.version}' | sed 's/[a-zA-Z\\-]//g' > VERSION"
"prepareCmd": "echo '${nextRelease.version}' > VERSION"
}
],
[
Expand Down

0 comments on commit 4acb0df

Please sign in to comment.