We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ceac1 commit cd55d71Copy full SHA for cd55d71
.github/workflows/release.yml
@@ -31,5 +31,4 @@ jobs:
31
id: login
32
with:
33
user: ${{ secrets.NUGET_USER }}
34
-
35
run: dotnet nuget push Flowable.Client.ExternalWorker.${VERSION}.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments