diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf31b30..9da0057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: name: Deploy Package runs-on: ubuntu-latest needs: [build] - if: github.event_name == 'release' + if: github.event_name == 'release' && always() && !failure() && !cancelled() steps: - name: Setup .NET diff --git a/Directory.Build.props b/Directory.Build.props index e605262..1cdde66 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ LICENSE true icon.png - 0.1.0 + 0.2.0 10.0 strict