Skip to content

Commit ebc8ea5

Browse files
committed
fix: setup git cliff
1 parent 1bda1fc commit ebc8ea5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
env:
5858
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
5959

60+
- name: Set up git-cliff
61+
uses: kenji-miyake/setup-git-cliff@v1
62+
6063
- name: Set version name
6164
run: echo "version=$(git cliff --bumped-version)" >> "$GITHUB_ENV"
6265

0 commit comments

Comments
 (0)