Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main-dev
  • Loading branch information
ashvardanian committed Aug 31, 2023
2 parents 50d78ca + be6d80d commit e97b05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit e97b05d

Please sign in to comment.