We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57035aa commit c40c612Copy full SHA for c40c612
.github/workflows/test_and_publish.yml
@@ -49,7 +49,7 @@ jobs:
49
name: Set .csproj versions
50
uses: vers-one/dotnet-project-version-updater@v1.7
51
with:
52
- file: "src/**/*.csproj"
+ files: "src/**/*.csproj"
53
version: ${{ steps.semantic.outputs.new_release_version }}
54
55
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.semantic.outputs.new_release_published == 'true'
0 commit comments