Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe authored Mar 8, 2024
1 parent d1e71ef commit 5aac20e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
6.0.x
- name: Git Semantic Version
id: versioning
uses: PaulHatch/semantic-version@v5.4.0
uses: PaulHatch/semantic-version@v4.0.3
with:
tag_prefix: "v"
version_from_branch: false
version_format: "${major}.${minor}.${patch}-prerelease.${increment}"
debug: true
short_tags: false
format: "${major}.${minor}.${patch}-prerelease.${increment}"
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 5aac20e

Please sign in to comment.