Skip to content

Commit

Permalink
Update dotnet-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored Apr 3, 2024
1 parent 37e5dd0 commit e778626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_CORE }}
VERSION_FILE_PATH: ${{ env.COMMON_SETTINGS_PATH }}
NO_BUILD: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

# Stride.CommunityToolkit.Skyboxes
Expand All @@ -60,6 +61,7 @@ jobs:
with:
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_SKYBOX }}
VERSION_FILE_PATH: ${{ env.COMMON_SETTINGS_PATH }}
NO_BUILD: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
TAG_COMMIT: false

Expand Down

0 comments on commit e778626

Please sign in to comment.