Browse Source

Update .github/workflows/conan-package.yml

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
Jelle Spijker 2 years ago
parent
commit
69913053ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/conan-package.yml

+ 1 - 1
.github/workflows/conan-package.yml

@@ -95,7 +95,7 @@ jobs:
         secrets: inherit
 
     notify-export:
-        if: ${{ always() }}
+        if: always()
         needs: [ conan-package-export-linux, conan-package-export-macos, conan-package-export-windows ]
 
         uses: ultimaker/cura/.github/workflows/notify.yml@5.1