Skip to content

Commit

Permalink
Update hello_world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Aug 23, 2024
1 parent 9e72fbb commit bb7476e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
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
run: |
sed -i '.bak' -e 's/ABCTL_VERSION = ".*"/ABCTL_VERSION = "'$ABCTL_VERSION'"/' Formula/abctl.rb
- name: Show change
run: git status && git diff

0 comments on commit bb7476e

Please sign in to comment.