Skip to content

Commit

Permalink
WiX Toolset v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Feb 6, 2024
1 parent e30c1b2 commit 9781d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- develop
- develop404
pull_request:
branches:
- master
- develop
- develop404
workflow_dispatch:
inputs:
tags:
Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
- name: 'Az CLI login'
if: (github.ref == 'refs/heads/master')
uses: azure/login@v1
uses: azure/login@v1.6.1
with:
allow-no-subscriptions: true
client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
Expand Down Expand Up @@ -107,5 +105,5 @@ jobs:
path: build/logs/

- name: Push to GitHub Packages
if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop404')
if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4-build.{height}
4.0.4

0 comments on commit 9781d89

Please sign in to comment.