diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8622e7c..0e4b967c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,6 +64,9 @@ jobs: with: name: grate-dotnet-tool-${{ needs.set-version-number.outputs.version }} path: /tmp/grate/nupkg/* + - name: Push to Nuget.org + if: ${{ needs.set-version-number.outputs.is-release == 'true' }} + run: dotnet nuget push /tmp/grate/nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_ORG_KEY}} --skip-duplicate build-standalone: name: Build diff --git a/grate/grate.csproj b/grate/grate.csproj index 3f1190fa..fa53bb88 100644 --- a/grate/grate.csproj +++ b/grate/grate.csproj @@ -5,6 +5,17 @@ net6.0 Embedded enable + MIT + Erik A. Brandstadmoen + + grate - sql for the 20s + + grate is a no-code, low-fi database migration tool, inspired heavily by RoundhousE. It's written from the ground + up using modern .NET 6. + + https://erikbra.github.io/grate/ + https://github.com/erikbra/grate + sql migration no-code