Skip to content

Commit d3f5f89

Browse files
authored
Update gradle-publish.yml
1 parent dca9062 commit d3f5f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ jobs:
3232
- name: Setup Gradle
3333
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3434

35+
- name: 'debug1'
36+
run: git status
37+
3538
- name: Build with Gradle
3639
run: ./gradlew build
3740

41+
- name: 'debug2'
42+
run: git status
43+
3844
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3945
# the publishing section of your build.gradle
4046
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)