Skip to content

Commit aabcbc7

Browse files
authored
Update gradle-publish.yml
1 parent 19faef2 commit aabcbc7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,10 @@ jobs:
2828
distribution: 'temurin'
2929
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3030
settings-path: ${{ github.workspace }} # location for the settings.xml file
31-
3231
- name: Setup Gradle
3332
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
34-
35-
- name: 'debug1'
36-
run: git status
37-
3833
- name: Build with Gradle
3934
run: ./gradlew build
40-
41-
- name: 'debug2'
42-
run: git status
43-
4435
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4536
# the publishing section of your build.gradle
4637
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)