Skip to content

Commit

Permalink
👷 allow editing discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Apr 29, 2024
1 parent 1e9029b commit 491f012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
permissions:
contents: write
actions: write
discussions: write
with:
dry_run: ${{ inputs.dry_run }}
extras: "${{ needs.build_tag.outputs.artifact }}-${{ needs.build_tag.outputs.version }}-examples.zip"
Expand Down
3 changes: 2 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checksum:
individual: true

distributions:
ttrpg-convert:
uber-jar:
type: SINGLE_JAR
artifacts:
- path: '{{uberJarDir}}/{{projectName}}-{{projectVersion}}-runner.jar'
Expand All @@ -70,6 +70,7 @@ distributions:
type: NATIVE_IMAGE
executable:
name: ttrpg-convert
windowsExtension: exe
artifacts:
- path: '{{nativeImageDir}}/{{projectName}}-{{projectVersion}}-linux-x86_64.zip'
platform: linux-x86_64
Expand Down

0 comments on commit 491f012

Please sign in to comment.