diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 29a479f..a00d1bc 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -65,7 +65,7 @@ jobs: git add README.md git commit -m "Update release version for ${{ steps.get_version.outputs.VERSION }}" - name: Push changes - uses: ad-m/github-push-action@v1.1.0 + uses: ad-m/github-push-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: 'master'