Skip to content

Commit d764ef7

Browse files
committed
fix
1 parent b11cce8 commit d764ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: make gradle wrapper executable
1717
run: chmod +x ./gradlew
1818
- name: Build with Gradle
19-
run: ./gradlew build
19+
run: ./gradlew build --warning-mode=all
2020
- name: Publish to GitHub Packages
2121
run: ./gradlew publish --warning-mode=all
22+
env:
23+
CLOUDSMITH_MAVEN_TOKEN: ${{ secrets.CLOUDSMITH_MAVEN_TOKEN }}

0 commit comments

Comments
 (0)