We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd55d71 commit 11a5111Copy full SHA for 11a5111
.github/workflows/release.yml
@@ -31,4 +31,5 @@ jobs:
31
id: login
32
with:
33
user: ${{ secrets.NUGET_USER }}
34
+ - name: Publish the package
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