Skip to content

Commit a810b56

Browse files
committed
Publish snapshot builds from main.
1 parent b9d9642 commit a810b56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ jobs:
3030
name: build-artifact
3131
- name: Quality gate
3232
run: ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.gradle.skipCompile=true -Dsonar.host.url=https://sonarcloud.io
33+
- name: Publish artifacts
34+
run: ./gradlew publish -x check
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3337

0 commit comments

Comments
 (0)