]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update release.yml (#8130)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 4 Dec 2020 18:23:01 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 18:23:01 +0000 (20:23 +0200)
.github/workflows/release.yml

index 4d60ea763270c63b0d70880b6b7631c2ea6bf2b7..aa1e6ae3914e73a15ac14c79213c3131704c741b 100644 (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