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 9d3122d commit 4116a8bCopy full SHA for 4116a8b
.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ packages: write
10
11
jobs:
12
publish:
@@ -19,10 +20,10 @@ jobs:
19
20
java-version: "18"
21
cache: "gradle"
22
- name: Validate Gradle wrapper
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
23
- - name: Publish package
24
- uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
25
- with:
26
- arguments: publish
+ uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
+ - name: Setup Gradle
+ uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
+ - name: Publish Package
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ run: ./gradlew publish
0 commit comments