Skip to content

Commit

Permalink
Update package-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas-Schaub authored Jan 26, 2024
1 parent e8cf414 commit 5c4f602
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 5c4f602

Please sign in to comment.