Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sadegh-sh committed Sep 22, 2024
1 parent 2d5fbc0 commit 23a5e9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2

# - name: Publish a new Zebble package
# uses: brandedoutcast/publish-nuget@v2
# with:
# PROJECT_FILE_PATH: Zebble/Zebble.csproj
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: Publish a new Zebble package
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: Zebble/Zebble.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: Publish a new Zebble.Build package
uses: brandedoutcast/publish-nuget@v2
Expand Down

0 comments on commit 23a5e9d

Please sign in to comment.