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 86c3bbf commit e4b8c5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 'stable'
- name: Make Release
run: make clean release
run: echo make clean release
- name: Check version
run: ./build/release/abctl-$ABCTL_VERSION-linux-amd64/abctl version
- uses: ncipollo/release-action@v1
Expand All @@ -35,10 +35,10 @@ jobs:
- name: Show diff
run: git diff
- name: Commit changes
run: git commit -a -m "Update abctl to $ABCTL_VERSION"
env:
GIT_COMMITTER_NAME: abctl release action
GIT_COMMITTER_EMAIL: robot@airbyte.io
run: |
git config user.email "robot@airbyte.io"
git config user.name "abctl release action"
git commit -a -m "Update abctl to $ABCTL_VERSION"
- name: Push change
run: git push

0 comments on commit e4b8c5b

Please sign in to comment.