diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29b7afd6..885d9ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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