Skip to content

Commit

Permalink
Bugfix/fix release ci (#146)
Browse files Browse the repository at this point in the history
* Release action should only fire on PRs to main for code and release.yml changes

* Minor version bump
  • Loading branch information
GaProgMan authored Dec 4, 2024
1 parent 4aa736b commit a2398be
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 @@ -9,7 +9,7 @@ on:
- 'src/**'
- 'tests/**'
- 'example/**'
- '.github/workflows/**'
- '.github/workflows/release.yml'
- 'README-NuGet.md'

permissions:
Expand Down
2 changes: 1 addition & 1 deletion src/OwaspHeaders.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- NuGet metadata -->
<PackageId>OwaspHeaders.Core</PackageId>
<Version>9.4.1</Version>
<Version>9.4.2</Version>
<Authors>Jamie Taylor</Authors>
<Company>RJJ Software Ltd</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit a2398be

Please sign in to comment.