diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 51018dd..9e81f50 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -84,7 +84,7 @@ jobs: name: VdLabel${{ matrix.self && '-full' || '' }}-${{ steps.gitversion.outputs.fullSemVer }} path: publish\ license: - # if: ${{ startsWith(github.ref, 'refs/tags/') }} + if: ${{ startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -107,7 +107,7 @@ jobs: name: licenses path: licenses/ installer: - # if: ${{ startsWith(github.ref, 'refs/tags/') }} + if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: - build - license @@ -138,7 +138,7 @@ jobs: name: VdLabel-${{ needs.build.outputs.version }}.msi path: publish\ release: - # if: ${{ success() && startsWith(github.ref, 'refs/tags/') }} + if: ${{ success() && startsWith(github.ref, 'refs/tags/') }} needs: - installer - build