Skip to content

Commit

Permalink
ci: fix version line number
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 24, 2020
1 parent 45a0764 commit 01a3a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
git add -u
git commit -m "chore: update copyright header"
git status
continue-on-error: true
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
force: true
- run: echo "end"
if: succeeded() || failed()

0 comments on commit 01a3a9a

Please sign in to comment.