Skip to content

Commit

Permalink
style: add blank line to the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 8, 2022
1 parent 2de5756 commit 337cf30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ jobs:
docker tag filvenus/venus-wallet:latest filvenus/venus-wallet:${{steps.vars.outputs.github_tag }}
docker login --username=filvenus --password ${{ secrets.DOCKER_PASSWORD }}
docker push filvenus/venus-wallet:${{steps.vars.outputs.github_tag }}
docker push filvenus/venus-wallet:latest
docker push filvenus/venus-wallet:latest

0 comments on commit 337cf30

Please sign in to comment.