From: Jukka Kurkela Date: Fri, 4 Dec 2020 18:23:01 +0000 (+0200) Subject: Update release.yml (#8130) X-Git-Tag: v3.0.0-beta.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef8288054199954d4e0859d445068ea97f561180;p=thirdparty%2FChart.js.git Update release.yml (#8130) --- 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