Skip to content

Commit

Permalink
Fix Publish Nuget workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canpolat committed Jan 7, 2024
1 parent 23b48b3 commit 1ec7075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Publish NuGet

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-.*'
release:
types: [published]

env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down
2 changes: 1 addition & 1 deletion src/Talo/talo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>talo</ToolCommandName>
<PackageId>Canpolat.Talo</PackageId>
<Version>0.1.0-beta-10</Version>
<Version>0.2.0-beta-01</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>Eren Inan Canpolat</Authors>
<Copyright>Eren Inan Canpolat (c) 2024</Copyright>
Expand Down

0 comments on commit 1ec7075

Please sign in to comment.