From 457325aa3c0322408881706ae338c6a3cbb8b662 Mon Sep 17 00:00:00 2001 From: BerengereC <160597217+BerengereC@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:51:45 +0200 Subject: [PATCH] add semantic id to release step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6be2dd4..7691cb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,5 +15,8 @@ jobs: - uses: actions/checkout@v7 - uses: 1024pix/pix-actions/release@main + id: semantic + with: + changelogTitle: "# Pix data admin Changelog" env: GITHUB_TOKEN: ${{ secrets.PIX_SERVICE_RELEASE_ACTION_TOKEN }}