Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 09ec292

Browse files
committed
fix: use latest tag feature for release changelog
1 parent 7e48af2 commit 09ec292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: yarn build:libs
3030

3131
- name: Release changelog
32-
run: ./sbin/changelog.py --skip-header single --tag ${{ github.ref }} > release-CHANGELOG.md
32+
run: ./sbin/changelog.py --skip-header single > release-CHANGELOG.md
3333

3434
- name: Release
3535
id: release

0 commit comments

Comments
 (0)