Skip to content

Commit

Permalink
fix: something
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dematte-zupit committed Feb 14, 2024
1 parent 6336692 commit cb5e974
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-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ./.github/workflows/publish-new-version-common.yml
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
release-version-endpoint:
release:
needs: [ test, publish-new-version ]
if: needs.publish-new-version.outcome == 'success'
uses: ./.github/workflows/release-nuget-common.yml
Expand Down
2 changes: 1 addition & 1 deletion Zupit.VersionEndpoint/Zupit.VersionEndpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library adds a version endpoint to your ASP.NET Core application. The versi
The endpoint is accessible via `GET /version` and returns a string with the version. You can customize the endpoint path.

## Prerequisites
- .NET 7 or later
- .NET 7 or later

## Installation
```
Expand Down

0 comments on commit cb5e974

Please sign in to comment.