Skip to content

Commit

Permalink
Update comments in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 6, 2025
1 parent 2df68f6 commit 82615c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
tag:
description: "The version to release (e.g., '20240414')."
description: "The version to release (e.g., '20250414')."
type: string
sha:
description: "The full SHA of the commit to be released (e.g., 'd09ff921d92d6da8d8a608eaa850dc8c0f638194')."
type: string
dry-run:
description: "Whether to run the release process without actually releasing."
description: "Dry run? Tests the release process without publishing."
default: false
required: false
type: boolean
Expand Down

0 comments on commit 82615c8

Please sign in to comment.