Skip to content

Commit

Permalink
ci(auto-release): fix merge_tag not working
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jun 5, 2024
1 parent cfec6ae commit e32ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto Release
on:
pull_request:
branches: [develop, feature]
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, closed]
paths:
- "package.json"
issue_comment:
Expand Down

0 comments on commit e32ec3a

Please sign in to comment.