From ef8288054199954d4e0859d445068ea97f561180 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Fri, 4 Dec 2020 20:23:01 +0200 Subject: [PATCH] Update release.yml (#8130) --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d60ea763..aa1e6ae39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 -- 2.47.2