Skip to content

Commit

Permalink
chore: typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Oct 11, 2024
1 parent 8b367e7 commit c6c5c0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
dotnet nuget push 'src/Xunit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
dotnet nuget push 'src/NUnit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
dotnet nuget push 'src/JUnit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
- uses: google-github-actions/release-please-action@v3
- name: Create release
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }}
uses: google-github-actions/release-please-action@v4
Expand Down

0 comments on commit c6c5c0e

Please sign in to comment.