Skip to content

Commit

Permalink
fix: include release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Aug 8, 2024
1 parent 7298e0d commit dfa9067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
release_version:
type: string
required: true
description: "The release version. E.g. `0.2.3`:"
description: "The release version. E.g. `0.2.3`"
source_git_ref_override:
type: string
required: false
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set default values
id: set-defaults
run: |
echo "::set-output name=release_version::${{ github.event.inputs.release_version || 'default-release-version' }}"
echo "::set-output name=release_version::v3.5.1 || 'default-release-version' }}"
echo "::set-output name=source_git_ref_override::${{ github.event.inputs.source_git_ref_override || github.sha }}"
echo "::set-output name=dry_run::${{ github.event.inputs.dry_run || 'false' }}"
Expand Down

0 comments on commit dfa9067

Please sign in to comment.