Skip to content

Commit

Permalink
fix: trendyol workflow err
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 13, 2023
1 parent 75cfbe7 commit 9aa5945
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
repo: Integration

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

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@
- [Build Status](#build-status)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
- [How to install](#how-to-install)
- [How to use](#how-to-use)


## Introduction

Enhance your integration workflows by leveraging the Integration Library, which encompasses a wide array of industrial API integrations. This library is designed to streamline and facilitate the integration process, providing seamless connectivity to various APIs commonly used in industrial settings. Whether you're working with manufacturing, automation, or any other industry, the Integration Library is a valuable resource to foster efficient and effective integration of diverse systems and services.
Enhance your integration workflows by leveraging the Integration Library, which encompasses a wide array of industrial API integrations. This library is designed to streamline and facilitate the integration process, providing seamless connectivity to various APIs commonly used in industrial settings. Whether you're working with manufacturing, automation, or any other industry, the Integration Library is a valuable resource to foster efficient and effective integration of diverse systems and services.

## How to install

```
dotnet add package Integration.Marketplaces.Trendyol --version 1.0.0
```

## How to use

0 comments on commit 9aa5945

Please sign in to comment.