We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062fda6 commit ffd8387Copy full SHA for ffd8387
1 file changed
.github/workflows/build-and-test.yml
@@ -277,3 +277,10 @@ jobs:
277
shell: pwsh
278
run: |
279
sleet push ./artifacts --config sleet.json artifacts
280
+
281
+ - name: Publish Gitlab
282
+ run: |
283
+ dotnet nuget push ./artifacts/*.nupkg --source $GITLAB_FEED_URL --api-key $GITLAB_API_KEY
284
+ env:
285
+ GITLAB_FEED_URL: ${{ secrets.GITLAB_FEED_URL }}
286
+ GITLAB_API_KEY: ${{ secrets.GITLAB_API_KEY }}
0 commit comments