Skip to content

Commit

Permalink
Automatically create PR to bump homebrew version of CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Nov 7, 2023
1 parent c83027e commit 83a2ee2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,21 @@ jobs:
title: "${{ format('Aptos CLI Release v{0}', inputs.release_version) }}"
files: |
aptos-cli-*.zip
bump-homebrew-version:
name: "Bump version in Homebrew"
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: aptos
tag-name: ${{ github.event.inputs.release_version }}
create-pullrequest: true
commit-message: |
{{formulaName}} {{version}}
Created by https://github.com/mislav/bump-homebrew-formula-action
From CLI release run ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
env:
COMMITTER_TOKEN: todo

0 comments on commit 83a2ee2

Please sign in to comment.