Skip to content

Commit 698ea77

Browse files
committed
REMOVE THIS COMMIT - change ci workflow to upload to nuget
1 parent 5d0435b commit 698ea77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Upload BouncyCastle nuget package
2525
run: |
2626
cd $GITHUB_WORKSPACE/src/DotNetLightning.Core
27-
if [ ${{ secrets.NUGET_API_KEY }} ] && [ $GITHUB_REF == "refs/heads/master" ]; then
27+
if [ ${{ secrets.NUGET_API_KEY }} ]; then
2828
dotnet nuget push ./bin/Release/DotNetLightning.Kiss.1*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
2929
fi

0 commit comments

Comments
 (0)