Skip to content

Commit

Permalink
Merge pull request #245 from olibye/release-dev-ops
Browse files Browse the repository at this point in the history
target jmock-developers/jmock-library
  • Loading branch information
olibye committed Mar 10, 2024
2 parents 4dd98cd + 814f6a9 commit 97cd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
git add .
git commit --no-edit -m "Open development for next release"
git push origin ${{ github.ref_name }} HEAD --tags
gh pr create -B master --title 'Merge ${{ github.ref_name }} back into master' --body 'Created by Github action'
gh pr create --repo jmock-developers/jmock-library -B master --title 'Merge ${{ github.ref_name }} back into master' --body 'Created by Github action'

0 comments on commit 97cd300

Please sign in to comment.