mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
/b ?
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -21,14 +21,14 @@ jobs:
|
|||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0
|
uses: gittools/actions/gitversion/setup@v0
|
||||||
with:
|
with:
|
||||||
versionSpec: '6.x'
|
versionSpec: '5.x'
|
||||||
includePrerelease: true
|
includePrerelease: true
|
||||||
|
|
||||||
- name: Determine Version
|
- name: Determine Version
|
||||||
uses: gittools/actions/gitversion/execute@v0
|
uses: gittools/actions/gitversion/execute@v0
|
||||||
with:
|
with:
|
||||||
useConfigFile: true
|
useConfigFile: true
|
||||||
#additionalArguments: /verbosity Diagnostic
|
additionalArguments: /b develop
|
||||||
id: gitversion # step id used as reference for output values
|
id: gitversion # step id used as reference for output values
|
||||||
|
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
|
|||||||
@@ -26,4 +26,3 @@ branches:
|
|||||||
increment: Inherit
|
increment: Inherit
|
||||||
ignore:
|
ignore:
|
||||||
sha: []
|
sha: []
|
||||||
merge-message-formats: {}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user