Skip to content

Commit cb47632

Browse files
committed
remove unused argument
1 parent 8a5b699 commit cb47632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: dotnet test --no-build --verbosity normal -c Release
5353
- name: Perform post_build tasks
5454
shell: pwsh
55-
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"
55+
run: .\Scripts\post_build.ps1
5656
- name: Upload Plugin Nupkg
5757
uses: actions/upload-artifact@v4
5858
with:

0 commit comments

Comments
 (0)