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 fbae7f2 commit e6032d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Replace version
run: |
sed -i 's/ABCTL_VERSION = ".*"/ABCTL_VERSION = "'$ABCTL_VERSION'"/' Formula/abctl.rb
- name: Show change
run: git status && git diff
- name: Show diff
run: git diff
- name: Commit changes
run: git commit -a -m "Update abctl to $ABCTL_VERSION"
- name: Push change
run: git push

0 comments on commit e6032d8

Please sign in to comment.