Skip to content

Commit

Permalink
Readd Generator.Equals.Runtime to the CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofrata committed Apr 23, 2023
1 parent 6f01906 commit 9c9c541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Pack
if: startsWith(github.ref, 'refs/tags')
run: |
dotnet pack Generator.Equals.Runtime/Generator.Equals.Runtime.csproj /p:PackageVersion=$VERSION /p:Version=$VERSION -c Release -o ./publish
dotnet pack Generator.Equals/Generator.Equals.csproj /p:PackageVersion=$VERSION /p:Version=$VERSION -c Release -o ./publish
- name: Publish
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 9c9c541

Please sign in to comment.