Skip to content

Commit bcfdfd3

Browse files
committed
chore: update package list in deployment workflow for clarity
1 parent 806686b commit bcfdfd3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ jobs:
262262
dotnet add package TypeGuard.Console --version ${{ needs.validate-tag.outputs.version }}
263263
```
264264
265-
### NuGet Packages
266-
- https://www.nuget.org/packages/TypeGuard.Console/${{ needs.validate-tag.outputs.version }}
265+
### Packages
266+
- [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 }})
267268

268269
- name: Upload artifact to existing release
269270
if: steps.check_release.outputs.exists == 'true'

0 commit comments

Comments
 (0)