Skip to content

Commit

Permalink
Fixing typo in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Feb 21, 2024
1 parent 32db91c commit ecd544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
dotnet-version: 8.0.x

- name: Pack NuGet
run: dotnet pack --version-suffix $GITHUB_RUN_ID -c Release --include-symbols --include-sources -o ./nuget
run: dotnet pack --version-suffix $GITHUB_RUN_ID -c Release --include-symbols --include-source -o ./nuget

- name: Push NutGet
run: dotnet nuget push ./nuget/*.nupkg -s "https://nuget.pkg.github.com/deveel/index.json" --skip-duplicate --api-key ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit ecd544f

Please sign in to comment.