Skip to content

Commit

Permalink
[ci] Add .NET to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu authored Jan 10, 2023
1 parent b9a3c94 commit 2d88f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: [base-image]
strategy:
matrix:
image: [node, rust, java, golang]
image: [node, rust, java, golang, dotnet]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2d88f6e

Please sign in to comment.