mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 14:35:44 +00:00
Fixing the outputs to match with README
This commit is contained in:
@@ -20,12 +20,18 @@ inputs:
|
||||
default: 'patch'
|
||||
|
||||
outputs:
|
||||
current_version:
|
||||
current-version:
|
||||
description: 'Current normal version detected'
|
||||
value: ${{ steps.version-lookup.outputs.current-version }}
|
||||
current-v-version:
|
||||
description: 'Current normal version detected, prefixed with a `v` charatcter'
|
||||
value: v${{ steps.version-lookup.outputs.current-version }}
|
||||
version:
|
||||
description: 'Incremented version calculated'
|
||||
value: ${{ steps.version-increment.outputs.version }}
|
||||
v-version:
|
||||
description: 'Incremented version calculated, prefixed with a `v` charatcter'
|
||||
value: v${{ steps.version-increment.outputs.version }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user