Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Sep 22, 2024
1 parent 81a4e7c commit 74bb68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
run: dotnet nuget push ${{ github.workspace }}/nugets/**/*.nupkg -k ${{ secrets.MYGET_API_KEY }} -s https://www.myget.org/F/mqttnet/api/v3/index.json --skip-duplicate

publish-nuget:
if: ${{ github.event_name == 'release' }}
needs: sign
if: ${{ github.event_name == 'published' }}
needs: [sign, test]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 74bb68a

Please sign in to comment.