Skip to content

Commit

Permalink
checking if the theory is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 10, 2024
1 parent e228cfe commit 136843d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: check environment
run: |
echo $PWD
ls
exit 1
- name: publish migtool
run: |
dotnet tool restore
dotnet paket restore
dotnet publish -c Release
dotnet pack
dotnet nuget push nupkg/*.nupgk -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
working-directory: ./migrate/migrate/Cli
working-directory: ./Cli
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Expand All @@ -37,6 +31,6 @@ jobs:
dotnet publish -c Release
dotnet pack
dotnet nuget push nupkg/*.nupgk -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
working-directory: ./migrate/migrate/Lib
working-directory: ./Lib
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 136843d

Please sign in to comment.