Skip to content

Commit

Permalink
fix gitVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jul 25, 2024
1 parent 94502f5 commit ab2ea2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/.gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ assembly-versioning-scheme: MajorMinorPatchTag
mode: ContinuousDelivery
branches:
main:
tag: ''
label: ''
release:
tag: rc
label: rc
develop:
tag: beta
label: beta
feature:
tag: alpha.{BranchName}
label: alpha.{BranchName}
pull-request:
tag: pr
label: pr

ignore:
sha: []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '6.x'

- name: Determine Version
id: gitversion
Expand Down

0 comments on commit ab2ea2a

Please sign in to comment.