diff options
-rw-r--r-- | .github/workflows/build.yml | 1 | ||||
-rw-r--r-- | src/version.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c803acd..9cc88dcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -61,7 +61,6 @@ jobs: | |||
61 | allow-no-subscriptions: true | 61 | allow-no-subscriptions: true |
62 | client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} | 62 | client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} |
63 | tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} | 63 | tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} |
64 | subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }} | ||
65 | 64 | ||
66 | - name: Build wix5 | 65 | - name: Build wix5 |
67 | shell: cmd | 66 | shell: cmd |
diff --git a/src/version.txt b/src/version.txt index 26583f33..3882c272 100644 --- a/src/version.txt +++ b/src/version.txt | |||
@@ -1 +1 @@ | |||
5.0.0-preview.1-build.{height} | 5.0.0-rc.1 | ||