From 7e15dbc73cf9df29af89de405c39bfbd244c2509 Mon Sep 17 00:00:00 2001 From: serramatutu Date: Thu, 14 Nov 2024 15:11:03 +0100 Subject: [PATCH] ci: fix CI that creates release titles It was using the wrong version name, which resulted in PRs with the wrong name. --- .changes/unreleased/Chore-20241114-150932.yaml | 3 +++ .github/workflows/create-release-pr.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Chore-20241114-150932.yaml diff --git a/.changes/unreleased/Chore-20241114-150932.yaml b/.changes/unreleased/Chore-20241114-150932.yaml new file mode 100644 index 0000000..896dcdd --- /dev/null +++ b/.changes/unreleased/Chore-20241114-150932.yaml @@ -0,0 +1,3 @@ +kind: Chore +body: Fix release PR action to use correct title for PR +time: 2024-11-14T15:09:32.92416+01:00 diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 564e512..5ddb084 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -57,7 +57,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - title: "version: ${{ steps.package-version.outputs.output }}" + title: "version: ${{ steps.package-version.outputs.version }}" branch: release/${{ steps.package-version.outputs.version }} commit-message: | version: ${{ steps.package-version.outputs.version }}