Skip to content

Commit

Permalink
👷 fix jreleaser + homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jan 14, 2024
1 parent 9b22212 commit 116a356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
with:
dry_run: ${{ inputs.dry_run }}
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

Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ distributions:
artifacts:
- path: '{{uberJarDir}}/{{projectName}}-{{projectVersion}}-runner.jar'
brew:
active: RELEASE
active: ALWAYS
continueOnError: true
formulaName: 'ttrpg-convert-cli'
templateDirectory: .github/jreleaser/brew
Expand Down

0 comments on commit 116a356

Please sign in to comment.