Skip to content

Commit

Permalink
Don't generate documentation; Push only on release; update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Sep 13, 2023
1 parent 587a6d6 commit d947344
Show file tree
Hide file tree
Showing 4 changed files with 485 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
7
- name: Build and Publish
run: |
mkdir build
if [ -n "${{ github.event.release.name }}" ]; then
dotnet pack -c Release -o build /p:Version="${{ github.event.release.name }}"
dotnet nuget push "build/*" --skip-duplicate -k ${{ secrets.NUGET_ORG_API_KEY }} -s https://api.nuget.org/v3/index.json
Expand Down
Loading

0 comments on commit d947344

Please sign in to comment.