diff --git a/.github/workflows/binary-release.yaml b/.github/workflows/binary-release.yaml index e5b97f2..a4acfa0 100644 --- a/.github/workflows/binary-release.yaml +++ b/.github/workflows/binary-release.yaml @@ -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 'github-actions@github.com' branch_name="binaries-${{ github.sha }}"