Skip to content

Commit

Permalink
Attempt 7 at github release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Aug 22, 2023
1 parent 434d0de commit 4ffa0da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Push changes into release branch
run: |
git config user.name github-actions
git config user.email [email protected]
git add library/*
git commit -m 'Merge changes from main'
git push

0 comments on commit 4ffa0da

Please sign in to comment.