We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98ac9f8 + e459919 commit 721501cCopy full SHA for 721501c
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