Skip to content

Commit

Permalink
Merge #591
Browse files Browse the repository at this point in the history
591: Fix automation to update version r=norkunas a=curquiza

Following this test: #590 πŸ˜… 

Co-authored-by: curquiza <clementine@meilisearch.com>
  • Loading branch information
meili-bors[bot] and curquiza authored Oct 26, 2023
2 parents 2b0bb34 + 3cf7c56 commit ec9db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Update Meilisearch.php file
run: |
raw_new_version=$(echo $NEW_VERSION | cut -d 'v' -f 2)
new_string="VERSION = '$raw_new_version'"
new_string="VERSION = '$raw_new_version';"
sed -i "s/VERSION = .*/$new_string/" src/Meilisearch.php
- name: Commit and push the changes to the ${{ env.NEW_BRANCH }} branch
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit ec9db64

Please sign in to comment.