Skip to content

Commit

Permalink
ci: update versions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Nov 9, 2023
1 parent 5281108 commit 22ce65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["14"]
version: ["14", "15"]

steps:
- uses: octokit/[email protected]
Expand All @@ -27,4 +27,4 @@ jobs:
base: version-${{ matrix.version }}
head: version-${{ matrix.version }}-hotfix
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

0 comments on commit 22ce65b

Please sign in to comment.