Skip to content

Commit

Permalink
attempt to fix windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jun 13, 2024
1 parent 38436da commit c4b7ac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches:
branches-ignore:
- 'main'

env:
Expand Down
1 change: 0 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages": [],
"build_steps": [
"ruby -v",
"command -v bundler >/dev/null 2>&1 || gem install bundler",
"bundle install",
"bundle exec rake release"
]
Expand Down

0 comments on commit c4b7ac9

Please sign in to comment.