diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index c8e80ced7..c2be4f984 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -45,7 +45,11 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" git commit -a -m "build: Bumped release version for ${{ matrix.package_name }}" - git push + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.CI_TOKEN }} + branch: ${{ github.ref }} docker: name: Build Docker images