Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 297429d

Browse files
committed
Fix error in CD pipeline commit tagging
1 parent d7200c1 commit 297429d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
add: '["pyproject.toml", "CHANGELOG.md"]'
5757
message: 'Release ${{ github.event.inputs.version }}'
58-
tag: 'v${{ github.event.inputs.version }} --annotate'
58+
tag: 'v${{ github.event.inputs.version }} --annotate --message=""'
5959
default_author: github_actions
6060

6161
- name: "Create a GitHub release"

0 commit comments

Comments
 (0)