Skip to content

Commit 110aaae

Browse files
committed
gitversion changes
1 parent c1c448b commit 110aaae

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
versionSpec: '6.7.x'
2929
- uses: gittools/actions/gitversion/execute@v4.5.0
3030
id: gitversion
31-
with:
32-
useConfigFile: true
3331
- run: pnpm version ${{ steps.gitversion.outputs.semVer }} --no-git-tag-version
3432
- run: pnpm install --frozen-lockfile
3533
- run: pnpm build

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mode: Mainline
1+
mode: ContinuousDeployment
22
branches: {}
33
ignore:
44
sha: []

0 commit comments

Comments
 (0)