Files
simapi-net/.github/workflows/PublishToNuget.yml
T
2019-12-23 16:52:18 +08:00

17 lines
303 B
YAML

name: PublishToNuget
on: [push]
jobs:
build:
name: publish to nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Publish NuGet
uses: rohith/publish-nuget@v1.0.3
with:
nuget_key: ${{ secrets.NugetKey }}