Skip to content

Commit 11a5111

Browse files
committed
fix release.yml attempt 3
1 parent cd55d71 commit 11a5111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
id: login
3232
with:
3333
user: ${{ secrets.NUGET_USER }}
34+
- name: Publish the package
3435
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

Comments
 (0)