Skip to content

Commit

Permalink
ci: test tdesign-changelog-action
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jun 4, 2024
1 parent 2888dda commit 8e76cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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]
types: [opened, synchronize, reopened, closed]
types: [opened, synchronize, reopened]
paths:
- 'package.json'
issue_comment:
Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- run: echo "The head of this PR starts with 'release/'"
- uses: actions/checkout@v3
- uses: 94dreamer/auto-release@develop
- uses: TDesignOteam/tdesign-changelog-action@main
id: changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8e76cf4

Please sign in to comment.