Skip to content

Commit

Permalink
ci: trying to push the built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Jun 30, 2024
1 parent cca962b commit b78cef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Commit binaries
run: |
cd shuffle_email_rules/lib/
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
branch_name="binaries-${{ github.sha }}"
Expand Down

0 comments on commit b78cef5

Please sign in to comment.