Skip to content

Commit

Permalink
should work now ™️
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Feb 21, 2024
1 parent 5c908b5 commit f833ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: |
cd Obsidian.API
dotnet build -c Release -p:Version=1.0.0-${{ github.run_number }}-${{ github.sha }}
dotnet pack -c Release -o build -p:Version=1.0.0-${{ github.run_number }}-${{ github.sha }}
dotnet pack -c Release -o build -p:Version=1.0.0-nightly-${{ github.run_number }}
dotnet nuget push "build/*" --skip-duplicate -k ${{ secrets.NUGET_ORG_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit f833ed4

Please sign in to comment.