Skip to content

Commit

Permalink
backfills 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph committed Dec 23, 2020
1 parent 27236af commit d9c6c8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Print Debug Information
uses: hmarr/debug-action@master

- name: Checkout Release Branch
if: ${{ github.event.release.draft == false && startsWith(github.event.release.target_commitish, 'release/')}}
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}

- name: Create Backfill Pull Request
if: ${{ github.event.release.draft == false && startsWith(github.event.release.target_commitish, 'release/')}}
Expand Down

0 comments on commit d9c6c8f

Please sign in to comment.