mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
back to 5.x
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
|
||||
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: /b develop
|
||||
#additionalArguments: /b develop
|
||||
id: gitversion # step id used as reference for output values
|
||||
|
||||
- name: Setup dotnet
|
||||
|
||||
Reference in New Issue
Block a user