Skip to content

Commit

Permalink
Release builds (#8)
Browse files Browse the repository at this point in the history
* Update release build action

* Add missing release flag to pack

* Bump package version to 1.4.4 hotfix 2
  • Loading branch information
jzebedee authored Jul 12, 2021
1 parent 5502ee5 commit c026dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
dotnet-version: '5.0.x' # SDK Version to use.
- name: Pack
run: dotnet pack --output pkg
run: dotnet pack -c Release --output pkg
- name: Publish the package to GPR
run: dotnet nuget push pkg/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/scorpdx/index.json --skip-duplicate
- name: Publish the package to NuGet
Expand Down
2 changes: 1 addition & 1 deletion src/LibCK3.Tokens.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://github.com/scorpdx/LibCK3.Tokens</PackageProjectUrl>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<VersionPrefix>1.4.4.1</VersionPrefix>
<VersionPrefix>1.4.4.2</VersionPrefix>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit c026dd2

Please sign in to comment.