Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from localheinz/fix/logout
Browse files Browse the repository at this point in the history
Fix: Flip arguments
  • Loading branch information
localheinz authored Sep 20, 2019
2 parents 0480f68 + 1c615db commit 8ba8a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: $(which docker) push localheinz/composer-normalize-action:$(bash ./.build/tag-name.sh ${GITHUB_REF})

- name: "Docker Logout"
if: "'refs/heads/master' == github.ref || startsWith('refs/tags/', github.ref)"
if: "'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
run: $(which docker) logout

0 comments on commit 8ba8a83

Please sign in to comment.