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 c29661a commit a375e14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
6.0.x
- name: Git Semantic Version
id: versioning
uses: PaulHatch/semantic-version@v4.0.3
uses: PaulHatch/semantic-version@v5.3.0
with:
short_tags: false
format: "${major}.${minor}.${patch}-prerelease.${increment}"
version_format: "${major}.${minor}.${patch}-prerelease.${increment}"
- name: Print Diagnostic Output
run: echo $DEBUG_OUTPUT
env:
Expand Down

0 comments on commit a375e14

Please sign in to comment.