Skip to content

Commit

Permalink
build: add Gridify elasticsearch to CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Oct 27, 2023
1 parent 9cdbf55 commit 1fea4a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
PROJECT_FILE_PATH: src/Gridify.EntityFramework/Gridify.EntityFramework.csproj
INCLUDE_SYMBOLS: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: Publish Gridify.Elasticsearch
uses: alirezanet/publish-nuget@v3.0.0
with:
PROJECT_FILE_PATH: src/Gridify.Elasticsearch/Gridify.Elasticsearch.csproj
INCLUDE_SYMBOLS: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 1fea4a6

Please sign in to comment.