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 f867e74 commit 309add5Copy full SHA for 309add5
.github/workflows/ci.yml
@@ -314,7 +314,7 @@ jobs:
314
run: dotnet nuget push ${{ steps.download.outputs.download-path }}/nuget/*.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET }} --skip-duplicate
315
316
- name: Extract owner and repo
317
- uses: jungwinter/split@v1
+ uses: jungwinter/split@v2
318
id: repo
319
with:
320
seperator: "/"
0 commit comments