Skip to content

Commit

Permalink
Update release.yml (#8130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 4, 2020
1 parent 39c2b92 commit ef82880
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef82880

Please sign in to comment.