From 8bb9dc05c1ce11dc4600916eca48cadf9e4140f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20M=C3=A9ndez=20Gort?= Date: Sat, 11 Jan 2025 11:50:41 +0100 Subject: [PATCH] publishing SqliteParserCs --- .github/workflows/publish.yml | 14 ++++++++++++-- src/SqliteParserCs/SqliteParserCs.csproj | 20 ++++++++++++++++++++ src/mig/mig.fsproj | 2 -- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e793f86..dd96860 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,16 @@ jobs: steps: - uses: actions/checkout@v4 - + + - name: publish SqliteParserCs + run: | + dotnet publish -c Release + dotnet pack + dotnet nuget push nupkg/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json + working-directory: ./src/SqliteParserCs + env: + NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} + - name: publish migtool run: | dotnet publish -c Release @@ -29,4 +38,5 @@ jobs: dotnet nuget push nupkg/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json working-directory: ./src/MigLib env: - NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file + NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} + \ No newline at end of file diff --git a/src/SqliteParserCs/SqliteParserCs.csproj b/src/SqliteParserCs/SqliteParserCs.csproj index 618486d..f7d30c9 100644 --- a/src/SqliteParserCs/SqliteParserCs.csproj +++ b/src/SqliteParserCs/SqliteParserCs.csproj @@ -5,6 +5,20 @@ enable enable SqliteParser + SqliteParserCs + 1.0.2 + ./nupkg + true + SqliteParserCs + + Luis Ángel Méndez Gort + https://github.com/lamg/migrate + https://github.com/lamg/migrate + https://github.com/lamg/migrate + https://github.com/lamg/migrate + README.md + Apache-2.0 + logo.png @@ -22,6 +36,12 @@ true + + + + + + diff --git a/src/mig/mig.fsproj b/src/mig/mig.fsproj index abf6101..5f109e2 100644 --- a/src/mig/mig.fsproj +++ b/src/mig/mig.fsproj @@ -26,8 +26,6 @@ - -