Skip to content

Commit

Permalink
PR title -> Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Jul 26, 2023
1 parent 29cfd46 commit e3cf1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: echo ::set-output name=version::$(echo ${{github.ref_name}} | sed 's/^releases\///')

- name: Create pull request to develop
run: gh pr create --title "release ${{steps.vars.outputs.version}}" --body "release ${{steps.vars.outputs.version}}" --base develop --head "${{github.ref_name}}"
run: gh pr create --title "Prepare release ${{steps.vars.outputs.version}}" --body "Prepare release ${{steps.vars.outputs.version}}" --base develop --head "${{github.ref_name}}"
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_REPO_PAT }}

0 comments on commit e3cf1ff

Please sign in to comment.