Skip to content

Commit

Permalink
feat(workflow): Use dengfuping/monorepo-release-helper@v1 action for …
Browse files Browse the repository at this point in the history
…release-helper
  • Loading branch information
dengfuping committed Oct 26, 2023
1 parent cc78d1b commit 5433c93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

name: Release Helper

on: create
on:
push:
branches:
- 'master'

permissions:
contents: read
Expand All @@ -16,14 +19,13 @@ jobs:
# use actions-cool/release-helper to create releases
# ref: https://github.com/actions-cool/release-helper
contents: write
if: github.event.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- name: Release Oceanbase Design
uses: actions-cool/release-helper@v2
uses: dengfuping/monorepo-release-helper@v1
with:
trigger: 'tag'
changelogs: 'docs/design/design-CHANGELOG.md, docs/ui/ui-CHANGELOG.md, docs/charts/charts-CHANGELOG.md, docs/codemod/codemod-CHANGELOG.md'
dingding-changelogs: 'docs/design/design-CHANGELOG.md, docs/ui/ui-CHANGELOG.md, docs/charts/charts-CHANGELOG.md, docs/codemod/codemod-CHANGELOG.md'
branch: 'master'
dingding-token: ${{ secrets.DINGDING_BOT_TOKEN }}
msg-title: '# OceanBase Design 发布日志'
Expand Down

0 comments on commit 5433c93

Please sign in to comment.