We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dbd3f7 + e459919 commit 59df690Copy full SHA for 59df690
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
all: true
46
47
- name: Publish snapshot to maven
48
- if: github.event_name == 'push'
+# if: github.event_name == 'push'
49
id: upload
50
run: ./gradlew publish -PmavenType=snapshots -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
51
0 commit comments