Skip to content

Commit ec6e10c

Browse files
committed
ci: fix release workflow
Signed-off-by: Frost Ming <me@frostming.com>
1 parent a8265d6 commit ec6e10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
name: 'v${{ steps.get_version.outputs.VERSION }}'
4343
tag_name: 'v${{ steps.get_version.outputs.VERSION }}'
4444

45+
- name: Pull tags
46+
run: git pull --tags
47+
4548
- run: npx changelogithub
4649
env:
4750
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)