Skip to content

Commit

Permalink
Drop requirement for "v" prefix in tagged version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Jul 28, 2024
1 parent 141e41c commit 35b93db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
# branches:
# - main
tags:
- "v*.*.*"
# NOTE: The tag name must conform to CMake's `project` command spec:
# See: https://cmake.org/cmake/help/latest/command/project.html#options

- "[0-9]+.[0-9]+.[0-9]+"

workflow_dispatch:
# allows manual execution of the workflow
Expand Down

0 comments on commit 35b93db

Please sign in to comment.