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

0 comments on commit fe72412

Please sign in to comment.