Skip to content

Commit

Permalink
👷 🍺 auto-publish homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Dec 29, 2023
1 parent 6f76ebc commit 7dc8d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
uses: ebullient/workflows/.github/workflows/jreleaser-release.yml@main
with:
dry_run: ${{ inputs.dry_run }}
version: ${{ needs.build_tag.outputs.version }}
extras: "${{ needs.build_tag.outputs.artifact }}-${{ needs.build_tag.outputs.version }}-examples.zip"
jreleaser_args: "--packager brew"
version: ${{ needs.build_tag.outputs.version }}
secrets: inherit

release-prep-next:
Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ distributions:
skipTemplates:
- README.md.tpl
repository:
commitMessage: '{{projectName}} {{tagName}}'
commitMessage: '🔖 {{tagName}} {{projectName}}'

native-archive:
type: NATIVE_IMAGE
Expand Down

0 comments on commit 7dc8d83

Please sign in to comment.