Skip to content

v4.2.0 Improved detecting incorrect migration files names #24

v4.2.0 Improved detecting incorrect migration files names

v4.2.0 Improved detecting incorrect migration files names #24

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 }}