Skip to content

Commit

Permalink
chore(release): Remove logout step (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Feb 22, 2021
1 parent ff66e7f commit 275e215
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,5 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Log out from docker.io and ECR registries
if: ${{ always() }}
run: |
docker logout docker.io
docker logout public.ecr.aws
- name: Update new version for plugin 'starboard' in krew-index
uses: rajatjindal/krew-release-bot@v0.0.38

0 comments on commit 275e215

Please sign in to comment.