Skip to content

Commit

Permalink
fix(ci): fix release prep PR title
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 18, 2023
1 parent 040aad4 commit 8125d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
commit-message: |
release: pg_idkit ${{ steps.detect-version.outputs.value }}
title: |
Release pg_idkit v${{ steps.detect-version.outputs.value }}
release: pg_idkit v${{ steps.detect-version.outputs.value }}
body: |
This is a release prep branch for `pg_idkit` release v${{ steps.detect-version.outputs.value }}.
Expand Down

0 comments on commit 8125d62

Please sign in to comment.