Skip to content

Commit 720ad21

Browse files
committed
Setup GitVersion
1 parent e4be2f7 commit 720ad21

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,10 @@ jobs:
236236
run: dotnet restore
237237
working-directory: ./src
238238

239-
- name: Install GitVersion
240-
run: dotnet tool install --global GitVersion.Tool
239+
- name: Setup GitVersion
240+
uses: gittools/actions/gitversion/[email protected]
241+
with:
242+
versionSpec: '6.0.5'
241243

242244
- name: Determine Version
243245
id: gitversion

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
workflow: TrunkBased/preview1
15+
workflow: GitHubFlow/v1
1616
assembly-versioning-scheme: MajorMinorPatchTag
1717
assembly-file-versioning-scheme: MajorMinorPatchTag
1818
mode: ContinuousDeployment

0 commit comments

Comments
 (0)