From 76b5ecdd2f96547991fb541340a838ad55ffcaf5 Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:10:03 +0800 Subject: [PATCH] version: bump version to 1.0.0 --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1801b3a..1619fb0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,8 @@ on: branches: [main] push: branches: [main] + tags: + - v* workflow_dispatch: concurrency: @@ -66,7 +68,7 @@ jobs: shell: cmd run: | if "${{env.BuildVersion}}" NEQ "" ( - NuGet pack .\libwsk.NuGet\libwsk-New.nuspec -Properties version=${{env.BuildVersion}};commit=%GITHUB_SHA% + NuGet pack .\libwsk.NuGet\Musa.libwsk-New.nuspec -Properties version=${{env.BuildVersion}};commit=%GITHUB_SHA% ) if %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL%