Skip to content

Commit dbd0150

Browse files
authored
update to include all d.p.p (#8603)
1 parent 8489a32 commit dbd0150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Update packages
3434
run: dotnet outdated --no-restore -u ./Aspire.sln
3535

36-
- name: Revert all changes except Directory.Packages.props
36+
- name: Revert all changes except Directory.Packages.props files
3737
run: |
38-
git add Directory.Packages.props
38+
git add **Directory.Packages.props
3939
rm nuget.config
4040
git checkout -- .
4141

0 commit comments

Comments
 (0)