Skip to content

Commit

Permalink
fix: use latest version of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
draekien committed Jul 23, 2021
1 parent c0132a0 commit 60ab0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Build, pack and publish
id: publish_nuget
uses: rohith/publish-nuget@v2
uses: brandedoutcast/publish-nuget@v2.5.5
with:
PROJECT_FILE_PATH: src/Fluent.ConstructorAssertions/Fluent.ConstructorAssertions.csproj
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
TAG_COMMIT: false
INCLUDE_SYMBOLS: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.0.3</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 60ab0af

Please sign in to comment.