Skip to content

Commit d6bcc90

Browse files
committed
ci: fix workflows, fix tests
1 parent 38a5ade commit d6bcc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
uses: ncipollo/release-action@v1
2424
with:
2525
tag: ${{ steps.tag_version.outputs.new_tag }}
26-
name: Release ${{ steps.tag_version.outputs.new_tag }}
26+
name: ${{ steps.tag_version.outputs.new_tag }}
2727
body: ${{ steps.tag_version.outputs.changelog }}

0 commit comments

Comments
 (0)