diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 577d9933..4d64d42e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -113,7 +113,7 @@ jobs: git config --local user.email "juraj-hrivnak@users.noreply.github.com" git commit -m "Automatically update changelogs" -a - name: Push changelogs - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main