Skip to content

Commit

Permalink
ci: tdesign-changelog-action (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jun 4, 2024
1 parent f5ec7cc commit cfec6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, feature]
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 Expand Up @@ -86,4 +86,4 @@ jobs:
git config --local user.name "github-actions[bot]"
git tag ${BASH_REMATCH[1]}
git push origin ${BASH_REMATCH[1]}
echo "pushed tag ${BASH_REMATCH[1]}"
echo "pushed tag ${BASH_REMATCH[1]}"

0 comments on commit cfec6ae

Please sign in to comment.