Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph committed Jan 5, 2021
1 parent e8075cf commit c4d2cff
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 @@ -28,7 +28,7 @@ jobs:
- name: Create Backfill Pull Request
if: ${{ github.event.release.draft == false && startsWith(github.event.release.target_commitish, 'release/')}}
id: pr
uses: peter-evans/create-pull-request@172ec762f8ac8e050062398456fccd30444f8f30 #v2
uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3 #v3.6.0
with:
token: ${{ secrets.GH_USER_TOKEN }}
commit-message: Backfill ${{ github.event.release.repository.default_branch }} with release tag ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit c4d2cff

Please sign in to comment.