We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081da21 commit a9f8ff2Copy full SHA for a9f8ff2
.github/workflows/mavensync.yml
@@ -1,9 +1,9 @@
1
on:
2
- workflow_run:
3
- workflows:
4
- - "AutoRelease"
+ release:
5
types:
6
- - completed
+ - published
+
+name: MavenSync
7
8
jobs:
9
mavensync:
@@ -34,5 +34,5 @@ jobs:
34
CTP_BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
35
CTP_OSS_USER: ${{ secrets.OSS_USER }}
36
CTP_OSS_SECRET: ${{ secrets.OSS_SECRET }}
37
- MAVEN_SYNC: "true"
+# MAVEN_SYNC: "true"
38
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
with:
84
tag_name: ${{ github.ref }}
85
release_name: ${{ github.ref }}
86
- draft: true
+ draft: false
87
prerelease: false
88
89
- name: Checkout
0 commit comments