diff options
-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} | ||