Skip to content

Commit

Permalink
fix: workflow setup-dotnet operation enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 12, 2023
1 parent 87aee12 commit ba5c092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

project_path: ./src/Integration.Core/
nupkg_path: ./src/Integration.Core/bin/Release/net8.0/Integration.Core.12.12.23.1.0.0.nupkg
nupkg_source: "github"
nupkg_source: 'github'
nupkg_secret: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

project_path: ./src/Integration.Marketplaces.Trendyol/
nupkg_path: ./src/Integration.Marketplaces.Trendyol/bin/Release/net8.0/Integration.Marketplaces.Trendyol.12.12.23.1.0.0.nupkg
nupkg_source: github
nupkg_source: 'github'
nupkg_secret: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down

0 comments on commit ba5c092

Please sign in to comment.