diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cd8e1350..bec4f1e1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,12 +5,10 @@ on: branches: - master - develop - - develop404 pull_request: branches: - master - develop - - develop404 workflow_dispatch: inputs: tags: @@ -63,7 +61,6 @@ jobs: allow-no-subscriptions: true client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} - subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }} - name: Build wix4 shell: cmd @@ -107,5 +104,5 @@ jobs: path: build/logs/ - name: Push to GitHub Packages - if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop404') + if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate diff --git a/src/version.txt b/src/version.txt index 81002d34d..c5106e6d1 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -4.0.4-build.{height} +4.0.4