Skip to content

Commit

Permalink
Update .github/workflows/publish-new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman authored Dec 19, 2023
1 parent f50084c commit 5c90ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
version:
description: What version would you like to use? Prepend the version number with a `v`, e.g. `v5.7.1`.
description: What version number would you like to use? The version number should be **without** a leading `v`, e.g. `5.7.1` or `6.2.4`.

jobs:
build:
Expand Down

0 comments on commit 5c90ea0

Please sign in to comment.