Update workflow

This commit is contained in:
2025-09-11 18:47:33 +09:00
parent 94f10de90e
commit 73a0c6e187

View File

@@ -3,7 +3,7 @@ name: Publish NuGet Packages
on:
push:
tags:
- 'v*.*.*' # Trigger only on semantic version tags
- 'v*' # Trigger only on semantic version tags
jobs:
publish: