Skip to content

Commit a9f8ff2

Browse files
committed
fix mavenSync workflow
1 parent 081da21 commit a9f8ff2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/mavensync.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on:
2-
workflow_run:
3-
workflows:
4-
- "AutoRelease"
2+
release:
53
types:
6-
- completed
4+
- published
5+
6+
name: MavenSync
77

88
jobs:
99
mavensync:
@@ -34,5 +34,5 @@ jobs:
3434
CTP_BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
3535
CTP_OSS_USER: ${{ secrets.OSS_USER }}
3636
CTP_OSS_SECRET: ${{ secrets.OSS_SECRET }}
37-
MAVEN_SYNC: "true"
37+
# MAVEN_SYNC: "true"
3838
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
tag_name: ${{ github.ref }}
8585
release_name: ${{ github.ref }}
86-
draft: true
86+
draft: false
8787
prerelease: false
8888

8989
- name: Checkout

0 commit comments

Comments
 (0)