diff options
author | Rob Mensching <rob@firegiant.com> | 2023-11-02 23:07:53 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-11-07 14:27:27 -0800 |
commit | 646f43b1258ec8f0f45b11ecaf7121b620b3b616 (patch) | |
tree | f5da4dc9df1d0b735b2259c3f32b002e08eef41a | |
parent | 644ed0118bae1aa885bb6cc906dc6c0b904de4d9 (diff) | |
download | wix-646f43b1258ec8f0f45b11ecaf7121b620b3b616.tar.gz wix-646f43b1258ec8f0f45b11ecaf7121b620b3b616.tar.bz2 wix-646f43b1258ec8f0f45b11ecaf7121b620b3b616.zip |
Start WiX Toolset v4.0.3
-rw-r--r-- | .github/workflows/build.yml | 8 | ||||
-rw-r--r-- | src/version.txt | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69d3929e..7b6d4f3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -5,14 +5,12 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - master | 6 | - master |
7 | - develop | 7 | - develop |
8 | - develop-v4.0.1 | 8 | - develop403 |
9 | - develop402 | ||
10 | pull_request: | 9 | pull_request: |
11 | branches: | 10 | branches: |
12 | - master | 11 | - master |
13 | - develop | 12 | - develop |
14 | - develop-v4.0.1 | 13 | - develop403 |
15 | - develop402 | ||
16 | workflow_dispatch: | 14 | workflow_dispatch: |
17 | inputs: | 15 | inputs: |
18 | tags: | 16 | tags: |
@@ -108,5 +106,5 @@ jobs: | |||
108 | path: build/logs/ | 106 | path: build/logs/ |
109 | 107 | ||
110 | - name: Push to GitHub Packages | 108 | - name: Push to GitHub Packages |
111 | 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' || github.ref == 'refs/heads/develop402') | 109 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop403') |
112 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | 110 | 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 4d54dadd..e40fdfa1 100644 --- a/src/version.txt +++ b/src/version.txt | |||
@@ -1 +1 @@ | |||
4.0.2 | 4.0.3-build.{height} | ||