Skip to content

Merge remote-tracking branch 'origin/dependabot/nuget/tests/Curiosity… #4

Merge remote-tracking branch 'origin/dependabot/nuget/tests/Curiosity…

Merge remote-tracking branch 'origin/dependabot/nuget/tests/Curiosity… #4

Workflow file for this run

name: Publish packages to Nuget
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v2
- name: Pack
run: ./build.sh -t GitHub --nugetApiKey=$nugetApiKey
env:
nugetApiKey: ${{ secrets.NUGETAPIKEY }}