File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # Based on https://github.com/ml-tooling/best-of-update-action/blob/v0.3.0/workflows/update-best-of-list.yml
12name : update-best-of-list
23
34on :
3738 env :
3839 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3940 - name : update-best-of-list
40- uses : ml-tooling/best-of-update-action@v0.2 .0
41+ uses : ml-tooling/best-of-update-action@v0.3 .0
4142 with :
4243 libraries_key : ${{ secrets.LIBRARIES_KEY }}
4344 github_key : ${{ secrets.GITHUB_TOKEN }}
6162 rm bin/hub
6263 env :
6364 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64- # TODO: create draft release with added projects, trending projects, removed projects (hidden)
65+ - name : create-release
66+ uses : actions/create-release@v1
67+ env :
68+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
69+ with :
70+ tag_name : ${{ env.VERSION }}
71+ release_name : " Update: ${{ env.VERSION }}"
72+ body_path : " latest_changes.md"
73+ draft : true
74+ prerelease : false
You can’t perform that action at this time.
0 commit comments