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 dca9062 commit d3f5f89Copy full SHA for d3f5f89
.github/workflows/gradle-publish.yml
@@ -32,9 +32,15 @@ jobs:
32
- name: Setup Gradle
33
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
34
35
+ - name: 'debug1'
36
+ run: git status
37
+
38
- name: Build with Gradle
39
run: ./gradlew build
40
41
+ - name: 'debug2'
42
43
44
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
45
# the publishing section of your build.gradle
46
- name: Publish to GitHub Packages
0 commit comments