We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8837b commit 5afff02Copy full SHA for 5afff02
.github/workflows/publish_release.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [ created ]
6
7
+permissions:
8
+ contents: read
9
+ packages: write
10
+
11
jobs:
12
dangerKotlinLibrary-shadowJar:
13
name: Build Library
0 commit comments