Skip to content

Commit cb6d160

Browse files
committed
dont fail if azure logout fails
1 parent ce2d2ae commit cb6d160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ jobs:
100100
101101
- name: Azure Logout
102102
run: |
103-
az logout
103+
az logout || exit 0
104104
if: always()

0 commit comments

Comments
 (0)