Skip to content

Commit

Permalink
Test homebrew update
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Aug 23, 2024
1 parent 911fc3d commit 9e72fbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ jobs:
with:
generateReleaseNotes: true
artifacts: "build/release/*.tar.gz"
- uses: actions/checkout@v4
with:
repository: abuchanan-airbyte/homebrew-tap
ssh-key: ${{ secrets.ABCTL_HOMEBREW_KEY }}
- name: Replace version
run: sed -i .bak 's/ABCTL_VERSION = ".*"/ABCTL_VERSION = "'$NEW_ABCTL_VERSION'"/' Formula/abctl.rb
- name: Show change
run: git status && git diff

0 comments on commit 9e72fbb

Please sign in to comment.