Skip to content

Commit

Permalink
Working on homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kebernet committed Apr 21, 2024
1 parent c8668be commit ff1fe23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ jobs:
COMMIT_EMAIL: rcooper@thoughtworks.com
COMMIT_USERNAME: ${{secrets.MAVEN_USER}}
COMMIT_MESSAGE: "Updating ${{ needs.project-info.outputs.PROJECT_ARTIFACT }} to -${{ needs.project-info.outputs.PROJECT_VERSION }}"
SOURCE_FILES: 'target/brew/${{ needs.project-info.outputs.PROJECT_ARTIFACT }}/'
DESTINATION_DIRECTORY: 'brew'

run: |
bin/deploy-homebrew.sh
Expand Down

0 comments on commit ff1fe23

Please sign in to comment.