Skip to content

Commit

Permalink
Merge pull request #2 from RicardoZambon/features/add-workflows
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
RicardoZambon authored Feb 19, 2024
2 parents 26967b5 + 9a8ef4d commit abd816e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
env:
PROJECT_PATH: 'ZSecurity/ZSecurity.csproj'
PROJECT_PATH: 'ZWebAPI/ZWebAPI.csproj'
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}/output
NUGET_PUSH_URL: ${{ secrets.NUGET_PUSH_URL }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
id: release
uses: cycjimmy/semantic-release-action@v4
with:
working_directory: ./ZSecurity
working_directory: ./ZWebAPI
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
Expand Down

0 comments on commit abd816e

Please sign in to comment.