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 7aee464 commit ee442da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.x'
versionSpec: '6.x'
includePrerelease: true
- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ branches:
tag: ""
increment: Patch
track-merge-target: false
regex: ^releases?[/-]v?(\d+\.\d+.\d+)$
regex: ^releases?[\/]v?(\d+\.\d+.\d+)$
source-branches:
- master
- main
Expand Down

0 comments on commit ee442da

Please sign in to comment.