From 14b3a3484da743ca86a305c5a77b096e9b024eae Mon Sep 17 00:00:00 2001 From: Yetrina Battad Date: Thu, 11 Jul 2024 14:46:43 +1000 Subject: [PATCH] ci: update hotfix workflow --- .github/workflows/release-hotfix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-hotfix.yml b/.github/workflows/release-hotfix.yml index 473c3a37..871f83b3 100644 --- a/.github/workflows/release-hotfix.yml +++ b/.github/workflows/release-hotfix.yml @@ -5,7 +5,7 @@ name: Release automation from 'hotfix' branch on: push: - branches: [hotfix/2.3.4] + branches: [hotfix/3.2.2] jobs: release-please: name: Create a new release @@ -14,8 +14,8 @@ jobs: - uses: google-github-actions/release-please-action@v3 id: release with: - token: ${{ secrets.GH_TOKEN }} - default-branch: "hotfix/2.3.4" + token: ${{ secrets.BLACKLIGHT_RELEASE_TOKEN }} + default-branch: "hotfix/3.2.2" release-type: ruby package-name: nla-blacklight bump-minor-pre-major: true