Update CI to create a release on a tagged push that passes the tests

pull/111/head
JulioV 2021-01-05 18:36:33 -05:00
parent 9418e6e936
commit f521d45b42
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.RAPIDS_RELEASES_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}