Skip to content

Commit

Permalink
Included documentation for build-only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr committed Aug 31, 2024
1 parent 7e2579a commit 367a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Simply use this action in your workflow by specifying the project file path, ver
- `version`: **Required**. The version to assign to the NuGet package. Typically, this is dynamically generated from tags or other versioning strategies.
- `nuget-api-key`: **Required**. The NuGet API key used to push the package to NuGet.org. This should be stored securely as a GitHub Secret.
- `dotnet-version`: **Optional**. The .NET SDK version to use. Defaults to `8.0`.
- `build-only`: **Optional**. If `true`, only build the project, do not deploy. Defaults to `false`.

### Example

Expand Down Expand Up @@ -51,4 +52,3 @@ jobs:
## Contributing

Contributions are welcome! Please refer to the [contributing guidelines](./docs/CONTRIBUTING.md) for more information.

0 comments on commit 367a706

Please sign in to comment.