Skip to content

Commit

Permalink
Disable add-source-link-package because it breaks dotnet restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jun 24, 2024
1 parent 2dde4d5 commit 2d59339
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-cloudsmith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: Publish to Cloudsmith
on:
push:
tags:
- v*-preview-*
- v*-preview.*

jobs:
publish-nuget:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OCC-245
with:
source: https://nuget.cloudsmith.io/lombiq/open-source-orchard-core-extensions/v3/index.json
add-source-link-package: false
secrets:
API_KEY: ${{ secrets.CLOUDSMITH_NUGET_PUBLISH_API_KEY }}

0 comments on commit 2d59339

Please sign in to comment.