Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 1cb7bd5

Browse files
committed
Build permissions fixed
1 parent 92e34c5 commit 1cb7bd5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ jobs:
7575
upload_url: ${{ needs.release.outputs.upload_url }}
7676
asset_path: ./target/${{ steps.set_output_path.outputs.path }}
7777
asset_name: ${{ steps.set_output_path.outputs.path }}
78-
asset_content_type: application/java-archive
78+
asset_content_type: application/java-archive
79+
80+
81+
permissions:
82+
contents: write
83+
packages: write

0 commit comments

Comments
 (0)