Skip to content

Commit

Permalink
Fix the release template. (tensorflow#1654)
Browse files Browse the repository at this point in the history
* Fix the release template.

* Revert changes to trigger in the PR CI.
  • Loading branch information
gabrieldemarmiesse authored Apr 13, 2020
1 parent 6810fb3 commit c4208c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with: workflows/release-template.yml
with:
config-name: release-template.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c4208c6

Please sign in to comment.