Skip to content

Commit c40c612

Browse files
committed
build: Define multiple files
1 parent 57035aa commit c40c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Set .csproj versions
5050
uses: vers-one/dotnet-project-version-updater@v1.7
5151
with:
52-
file: "src/**/*.csproj"
52+
files: "src/**/*.csproj"
5353
version: ${{ steps.semantic.outputs.new_release_version }}
5454

5555
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.semantic.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)