Skip to content

Commit

Permalink
build: Added PDF to artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 17, 2024
1 parent 803ca37 commit cc4900e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,15 @@ distributions:
riot:
brew:
active: ALWAYS
continueOnError: true
formulaName: riot
multiPlatform: true
tap:
repository:
active: RELEASE
commitMessage: 'riot {{tagName}}'
docker:
active: ALWAYS
continueOnError: true
repository:
active: ALWAYS
commitMessage: 'riot {{tagName}}'
Expand All @@ -200,11 +202,11 @@ distributions:
- 'linux/arm64'
jbang:
active: ALWAYS
continueOnError: true
alias: riot
catalog:
commitMessage: 'riot {{tagName}}'
macports:
active: ALWAYS
continueOnError: true
categories:
- redis
- tool
Expand All @@ -215,11 +217,13 @@ distributions:
name: riot-macports
scoop:
active: ALWAYS
bucket:
continueOnError: true
repository:
active: RELEASE
commitMessage: 'riot {{tagName}}'
snap:
active: RELEASE
continueOnError: true
remoteBuild: true
base: core18
architectures:
Expand Down

0 comments on commit cc4900e

Please sign in to comment.