Skip to content

Commit

Permalink
ci: update hotfix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jul 11, 2024
1 parent 5763840 commit 14b3a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 14b3a34

Please sign in to comment.