We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2ee6b commit e459919Copy full SHA for e459919
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