Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 1, 2024
1 parent 859c607 commit c8262e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.x'

includePrerelease: true
- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ branches:
tracks-release-branches: true
regex: ^master$|^main$
release:
mode: ContinuousDelivery
mode: ContinuousDeployment
tag: ""
increment: Patch
track-merge-target: false
Expand All @@ -24,4 +24,4 @@ branches:
is-mainline: false
ignore:
sha: []
merge-message-formats: {}
merge-message-formats: {}

0 comments on commit c8262e2

Please sign in to comment.