Skip to content

Commit

Permalink
am tired
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Aug 15, 2024
1 parent 76dc89a commit be9430b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -B updates
git add -A
git commit -m "Updated bunker" --force
git pull origin updates --rebase
git commit -m "Updated bunker"
git pull origin updates
- name: Push changes
run: |
git push --set-upstream origin updates
git push --set-upstream origin updates --force

0 comments on commit be9430b

Please sign in to comment.