Update release.yml (#8130)

This commit is contained in:
Jukka Kurkela 2020-12-04 20:23:01 +02:00 committed by GitHub
parent 39c2b92bb2
commit ef82880541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,13 @@ jobs:
git config --global user.name "Chart.js"
ouput=$(npm version ${version})
echo "::set-output name=version::$output"
git push
git push --tags
env:
version: ${{ github.event.inputs.version }}
- name: Push
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
notes:
needs: version