Skip to content

Commit

Permalink
Nuget Release YML updated to fix bug with name of file (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theauxm authored Jul 15, 2024
1 parent 01dd384 commit 0e19d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'Directory.Build.Props'
- 'Directory.Build.props'

permissions:
contents: write # Ensure the token has write permissions to contents
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
</PropertyGroup>
</Project>

0 comments on commit 0e19d37

Please sign in to comment.