Skip to content

Commit

Permalink
fix: try release
Browse files Browse the repository at this point in the history
  • Loading branch information
unimonkiez committed Sep 1, 2022
1 parent 05a120c commit 79a26fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- master
workflow_dispatch:
- release
- next

jobs:
build-codegen:
Expand Down
19 changes: 14 additions & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"prerelease": "rc"
},
{
"name": "*",
"prerelease": "b"
"name": "next",
"prerelease": "a"
}
],
"plugins": [
Expand All @@ -33,9 +33,18 @@
"path": "../../../codegen/lib/codegen-macos-arm64",
"label": "macos-arm64"
},
{ "path": "../../../codegen/lib/codegen-macos-x64", "label": "macos-x64" },
{ "path": "../../../codegen/lib/codegen-linux-x64", "label": "linux-x64" },
{ "path": "../../../codegen/lib/codegen-win-x64.exe", "label": "win-x64" }
{
"path": "../../../codegen/lib/codegen-macos-x64",
"label": "macos-x64"
},
{
"path": "../../../codegen/lib/codegen-linux-x64",
"label": "linux-x64"
},
{
"path": "../../../codegen/lib/codegen-win-x64.exe",
"label": "win-x64"
}
]
}
],
Expand Down

0 comments on commit 79a26fb

Please sign in to comment.