Skip to content

Commit

Permalink
Make sure the release candidate pipeline builds LicenseIdentifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
tobysmith568 committed Jan 14, 2024
1 parent 391b2de commit 76595e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Run Generator
run: dotnet run --project Generator/Generator.csproj

- name: Build LicenseIdentifiers
run: dotnet build LicenseIdentifiers/LicenseIdentifiers.csproj

- name: Check for changes
id: git-check
run: |
Expand Down

0 comments on commit 76595e3

Please sign in to comment.