Skip to content

Commit

Permalink
Update bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guergabo committed May 23, 2024
1 parent 2b0ee71 commit a02726b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -22,6 +22,10 @@ jobs:
run: |
./release/release.sh
- name: Verify formula
run: |
brew install --build-from-source Formula/resonate.rb
- name: Push changes
uses: ad-m/github-push-action@v0.8.0
with:
Expand Down

0 comments on commit a02726b

Please sign in to comment.