Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #119 from exexute/main
Browse files Browse the repository at this point in the history
Fix: release bug
  • Loading branch information
exexute authored Dec 20, 2021
2 parents 9d8d835 + 5b82232 commit 2664cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
pip install -r requirements-test.txt --force-reinstall
- name: Lint with flake8
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/version_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@bot.noreplay.dongtai.io"
git checkout -b "release-$NEW_VERSION"

sed -i "" "s/:latest/:$NEW_VERSION/g" README.MD
sed -i "" "s/:latest/:$NEW_VERSION/g" README_CN.MD
sed -i "" "s/dongtai-mysql:latest/dongtai-mysql:$NEW_VERSION/g" .github/workflows/deploy_test.yml
sed -i "s/:latest/:$NEW_VERSION/g" README.md
sed -i "s/:latest/:$NEW_VERSION/g" README_CN.md
sed -i "s/dongtai-mysql:latest/dongtai-mysql:$NEW_VERSION/g" .github/workflows/deploy_test.yml

git add .
git commit -m "Update: change version to $NEW_VERSION"
Expand Down

0 comments on commit 2664cf3

Please sign in to comment.