Skip to content

Commit

Permalink
Merge pull request #32 from ashvardanian/main-dev
Browse files Browse the repository at this point in the history
Make: Rebase dev. branch
  • Loading branch information
ashvardanian authored Aug 31, 2023
2 parents b4eefe8 + 44b6b6e commit 7358607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:

- name: Perform rebase
run: |
git fetch origin main
git checkout main-dev
git rebase main
git rebase origin/main
- name: Push changes
uses: CasperWA/push-protected@v2
Expand Down

0 comments on commit 7358607

Please sign in to comment.