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 7f16a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +14,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.BLACKLIGHT_RELEASE_TOKEN }}
default-branch: "hotfix/2.3.4"
release-type: ruby
package-name: nla-blacklight
Expand Down

0 comments on commit 7f16a93

Please sign in to comment.