Skip to content

Commit

Permalink
Update preview_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Mar 19, 2024
1 parent 6eef077 commit 6fffe02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
dotnet pack -c Release --no-build
echo ${{secrets.CLOUDSMITH_API_KEY}}
dotnet nuget push './src/**/*.nupkg' -t 600 -k ${{secrets.CLOUDSMITH_API_KEY}} -n -s https://nuget.cloudsmith.io/easyoc/orchardcore/v3/index.json --skip-duplicate
# - name: Set up Docker Buildx
# if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6fffe02

Please sign in to comment.