Skip to content

Commit

Permalink
Merge pull request #226 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
fix(workflow): should trigger release-helper workflow when push tags
  • Loading branch information
dengfuping authored Oct 26, 2023
2 parents b443cc6 + 81086a8 commit e2d1ca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
name: Release Helper

on:
create:
push:
tags:
- '*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,7 +22,6 @@ 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
Expand Down

0 comments on commit e2d1ca5

Please sign in to comment.