Skip to content

Commit

Permalink
support version numbers with multiple digits and prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcyja committed Dec 6, 2024
1 parent 1f1509d commit 8cd99e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Publish NuGet Packages
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '*.*.*'
- '*.*.*-*'

jobs:
build-and-publish:
Expand Down

0 comments on commit 8cd99e4

Please sign in to comment.