Skip to content

Commit

Permalink
chore(workflow): Use dengfuping/monorepo-release-helper@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Oct 26, 2023
1 parent a7656df commit 4a21cca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Release Helper

on:
push:
tags:
- '*'
branches:
- 'master'

permissions:
contents: read
Expand All @@ -22,10 +22,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release Oceanbase Design
uses: dengfuping/monorepo-release-helper@v1.2
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 4a21cca

Please sign in to comment.