Skip to content

Commit ffd8387

Browse files
committed
Also publish nuget on gitlab
1 parent 062fda6 commit ffd8387

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,10 @@ jobs:
277277
shell: pwsh
278278
run: |
279279
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

Comments
 (0)