Skip to content

Commit 19e0ed3

Browse files
committed
114514
1 parent 95a0e33 commit 19e0ed3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
run: chmod +x ./gradlew
3939

4040
- name: Build with Gradle
41-
run: ./gradlew build
41+
run: |
42+
echo "GITHUB_TOKEN is >>${GITHUB_TOKEN}<<"
43+
./gradlew build
4244
4345
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4446
# the publishing section of your build.gradle

0 commit comments

Comments
 (0)