Skip to content

Commit

Permalink
BACKLOG-22876: Update branch name in release wf (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored May 24, 2024
1 parent dd844db commit b71fc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Release Module
with:
github_slug: Jahia/jcontent
primary_release_branch: master
primary_release_branch: 2_x
release_id: ${{ github.event.release.id }}
release_version: ${{ github.event.release.tag_name }}
github_api_token: ${{ secrets.GH_API_TOKEN }}
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
timeout-minutes: 15

0 comments on commit b71fc91

Please sign in to comment.