mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Merge pull request #3336 from gui-cs/dependabot/github_actions/gittools/actions-1
Bump gittools/actions from 0 to 1
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -19,13 +19,13 @@ jobs:
|
|||||||
fetch-depth: 0 # fetch-depth is needed for GitVersion
|
fetch-depth: 0 # fetch-depth is needed for GitVersion
|
||||||
|
|
||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0
|
uses: gittools/actions/gitversion/setup@v1
|
||||||
with:
|
with:
|
||||||
versionSpec: '5.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@v1
|
||||||
with:
|
with:
|
||||||
useConfigFile: true
|
useConfigFile: true
|
||||||
#additionalArguments: /b develop
|
#additionalArguments: /b develop
|
||||||
|
|||||||
Reference in New Issue
Block a user