Skip to content

Commit

Permalink
Fixed release branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibling committed Jan 19, 2023
1 parent e626a7b commit 16d53c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: hoglandets-it/gha-dotnet-builder@main
with:
buildShell: bash
buildVersion: VERSION
incrementVersion: patch
buildVersion: ${{ github.ref_name }}
incrementVersion: "false"
incrementVersionWriteback: "false"
buildConfiguration: "Release"
includeSource: "true"
Expand Down

0 comments on commit 16d53c4

Please sign in to comment.