Skip to content

Commit

Permalink
version: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jan 25, 2025
1 parent 36e23fd commit 76b5ecd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
push:
branches: [main]
tags:
- v*
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -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%
Expand Down

0 comments on commit 76b5ecd

Please sign in to comment.