Skip to content

Commit

Permalink
ci: fix tag release order
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 3, 2021
1 parent 6109fa4 commit b389ff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
- if: failure()
run: echo "nothing to release"
- name: bumping master version
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
tags: true
run: echo "nothing to release"
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ jobs:
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
- if: failure()
run: echo "nothing to release"
- name: bumping master version
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
tags: true
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function git_commit {
echo -e "$RELEASE_VER" >> docs/versions
git add $INIT_FILE ./CHANGELOG.md jina/hub docs/versions
git commit -m "chore(version): the next version will be $NEXT_VER"
git push
}

function slack_notif {
Expand Down

0 comments on commit b389ff3

Please sign in to comment.