diff options
author | Rob Mensching <rob@firegiant.com> | 2023-06-02 22:55:23 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-06-03 01:24:39 -0700 |
commit | 6d2fa6ac0a21c881a19767ef036349d31928415a (patch) | |
tree | 37028a33cffd7c260538f02aa50860fc9abaa44e | |
parent | 8c757c0f67f26f21c6bcbbfb81b7ea8b91c35fe4 (diff) | |
download | wix-6d2fa6ac0a21c881a19767ef036349d31928415a.tar.gz wix-6d2fa6ac0a21c881a19767ef036349d31928415a.tar.bz2 wix-6d2fa6ac0a21c881a19767ef036349d31928415a.zip |
Start WiX Toolset v4.0.1
-rw-r--r-- | .github/workflows/build.yml | 4 | ||||
-rw-r--r-- | src/version.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80082b2b..3e2cb0e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -5,10 +5,12 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - master | 6 | - master |
7 | - develop | 7 | - develop |
8 | - develop-v4.0.1 | ||
8 | pull_request: | 9 | pull_request: |
9 | branches: | 10 | branches: |
10 | - master | 11 | - master |
11 | - develop | 12 | - develop |
13 | - develop-v4.0.1 | ||
12 | workflow_dispatch: | 14 | workflow_dispatch: |
13 | inputs: | 15 | inputs: |
14 | tags: | 16 | tags: |
@@ -88,5 +90,5 @@ jobs: | |||
88 | path: build/logs/ | 90 | path: build/logs/ |
89 | 91 | ||
90 | - name: Push to GitHub Packages | 92 | - name: Push to GitHub Packages |
91 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') | 93 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop-v4.0.1') |
92 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | 94 | 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 fcdb2e10..110be1f3 100644 --- a/src/version.txt +++ b/src/version.txt | |||
@@ -1 +1 @@ | |||
4.0.0 | 4.0.1-build.{height} | ||