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