We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c845b14 commit 365bcf9Copy full SHA for 365bcf9
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ packages: write
10
11
jobs:
12
publish:
@@ -22,7 +23,7 @@ jobs:
22
23
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
24
- name: Setup Gradle
25
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
- - name: Publish Packagee
26
+ - name: Publish Package
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
run: ./gradlew publish
0 commit comments