Skip to content

Commit

Permalink
fix(workflow): Use create as trigger for release-helper workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Oct 26, 2023
1 parent e2d1ca5 commit a853749
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@

name: Release Helper

on:
push:
tags:
- '*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
on: create

permissions:
contents: read
Expand All @@ -22,6 +16,7 @@ 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 a853749

Please sign in to comment.