Skip to content

Commit

Permalink
Release faff
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 5, 2023
1 parent 6438982 commit fc5c42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run:
node -e 'const fs = require("fs"); const a = JSON.parse(fs.readFileSync("./.release-it.json", "utf8"));
a.github.release = true; a.hooks["after:bump"] = a.hooks["_after:bump"]; a.hooks["after:release"] =
a.hooks["_after:release"]; a.git = { requireCleanWorkingDir: false }; fs.writeFileSync("./.release-it.json", JSON.stringify(a))'
a.hooks["_after:release"]; fs.writeFileSync("./.release-it.json", JSON.stringify(a))'

- name: Package
run: |
Expand Down
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"_": "CI will switch the release here to true",
"github": { "release": false, "assets": "brew-distribution/*.zip" },
"git": { "requireCleanWorkingDir": false },
"buildCommand": "yarn package:x64; yarn package:arm64",
"hooks": {
"before:bump": "yarn declarations; yarn build:schemas",
Expand Down

0 comments on commit fc5c42c

Please sign in to comment.