Skip to content

Commit

Permalink
Make prepending of "v" optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1com authored Dec 22, 2023
1 parent 36b7e62 commit 77b7111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Create Release
on:
push:
tags: ["v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+"]
tags:
- 'v?[0-9]+.[0-9]+.[0-9]+-?[a-zA-Z0-9]*'

jobs:
release:
Expand Down

0 comments on commit 77b7111

Please sign in to comment.