Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph committed Jan 5, 2021
1 parent c4d2cff commit 5cf7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.GH_USER_TOKEN }}
commit-message: Backfill ${{ github.event.release.repository.default_branch }} with release tag ${{ github.event.release.tag_name }}
title: Backfill master - ${{github.event.release.tag_name}}
branch: ${{ github.event.release.target_commitish }}
branch: feature/merge_release_${{github.event.release.tag_name}}
base: ${{ github.event.release.repository.default_branch}}
body: |
Auto generated pull request to backfill `${{ github.event.release.tag_name }} into ${{ github.event.release.repository.default_branch }}`.
Expand Down

0 comments on commit 5cf7575

Please sign in to comment.