We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806686b commit bcfdfd3Copy full SHA for bcfdfd3
1 file changed
.github/workflows/deploy.yml
@@ -262,8 +262,9 @@ jobs:
262
dotnet add package TypeGuard.Console --version ${{ needs.validate-tag.outputs.version }}
263
```
264
265
- ### NuGet Packages
266
- - https://www.nuget.org/packages/TypeGuard.Console/${{ needs.validate-tag.outputs.version }}
+ ### Packages
+ - [TypeGuard.Core](https://www.nuget.org/packages/TypeGuard.Core/${{ needs.validate-tag.outputs.version }})
267
+ - [TypeGuard.Console](https://www.nuget.org/packages/TypeGuard.Console/${{ needs.validate-tag.outputs.version }})
268
269
- name: Upload artifact to existing release
270
if: steps.check_release.outputs.exists == 'true'
0 commit comments