diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 89901ad8..1e693dfd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -34,7 +34,7 @@ jobs: - name: Application Version id: version - uses: paulhatch/semantic-version@v6.0.2 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" version_format: "v${major}.${minor}.${patch}-prerel" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aee4d33..20c7b668 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: # Get previous version of user manual and create the next version - name: Application Version id: version - uses: paulhatch/semantic-version@v6.0.2 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" version_format: "v${major}.${minor}.${patch}"