We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d207521 commit decbd01Copy full SHA for decbd01
.github/workflows/gradle-publish.yml
@@ -23,9 +23,6 @@ jobs:
23
with:
24
java-version: '11'
25
distribution: 'temurin'
26
-# Following came from starter workflow, don't think they're needed
27
-# server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
28
-# settings-path: ${{ github.workspace }} # location for the settings.xml file
29
30
- name: Download release
31
uses: gradle/gradle-build-action@v2
@@ -34,8 +31,6 @@ jobs:
34
env:
35
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
33
37
- # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
38
- # the publishing section of your build.gradle
39
- name: Publish to GitHub Packages
40
41
0 commit comments