Skip to content

Commit

Permalink
backfills
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph committed Dec 23, 2020
1 parent 3f4cdfc commit 27236af
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 @@ -21,7 +21,7 @@ jobs:


- name: Create Backfill Pull Request
if: ${{ github.event.release.draft == false && github.event.release.prerelease == false && startsWith(github.event.release.target_commitish, 'release/')}}
if: ${{ github.event.release.draft == false && startsWith(github.event.release.target_commitish, 'release/')}}
id: pr
uses: peter-evans/create-pull-request@172ec762f8ac8e050062398456fccd30444f8f30 #v2
with:
Expand Down

0 comments on commit 27236af

Please sign in to comment.