Skip to content

Commit

Permalink
Fix preview package publishing (#11197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored Feb 16, 2022
1 parent 78df9dc commit b2ce701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
dotnet pack -c Release --no-restore --no-build
dotnet nuget push './src/**/*.nupkg' -k ${{secrets.CLOUDSMITH_API_KEY}} -n true -s https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json --skip-duplicate
dotnet nuget push './src/**/*.nupkg' -k ${{secrets.CLOUDSMITH_API_KEY}} -n -s https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json --skip-duplicate
- name: Login to DockerHub
if: matrix.os == 'ubuntu-latest'
uses: docker/login-action@v1
Expand Down

0 comments on commit b2ce701

Please sign in to comment.