Skip to content

Commit

Permalink
use prod nuget server and fix pr validation (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonz committed Jun 30, 2024
1 parent 0294979 commit be76178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
!contains(github.event.pull_request.labels.*.name, 'bug') &&
!contains(github.event.pull_request.labels.*.name, 'enhancement') &&
!contains(github.event.pull_request.labels.*.name, 'breaking-change') &&
!contains(github.event.pull_request.labels.*.name, 'no-changelog')
!contains(github.event.pull_request.labels.*.name, 'dependencies') &&
!contains(github.event.pull_request.labels.*.name, 'no-changelog') &&
!contains(github.event.pull_request.labels.*.name, 'documentation')
run: exit 1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NUGET_SOURCE: 'https://nuget.pkg.github.com/latonz/index.json' #'https://api.nuget.org/v3/index.json'
NUGET_SOURCE: 'https://api.nuget.org/v3/index.json'

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit be76178

Please sign in to comment.