Skip to content

Commit

Permalink
/b ?
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Aug 30, 2023
1 parent 1842cae commit 1407b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '6.x'
versionSpec: '5.x'
includePrerelease: true

- name: Determine Version
uses: gittools/actions/gitversion/execute@v0
with:
useConfigFile: true
#additionalArguments: /verbosity Diagnostic
additionalArguments: /b develop
id: gitversion # step id used as reference for output values

- name: Setup dotnet
Expand Down
1 change: 0 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ branches:
increment: Inherit
ignore:
sha: []
merge-message-formats: {}

0 comments on commit 1407b80

Please sign in to comment.