From 5c4f602426de0ccb0df8a61568fa5306ddb3a8d2 Mon Sep 17 00:00:00 2001 From: Nicholas-Schaub Date: Fri, 26 Jan 2024 17:01:51 -0500 Subject: [PATCH] Update package-release.yml --- .github/workflows/package-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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