Skip to content

Commit

Permalink
release typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellGerdisch committed Dec 3, 2024
1 parent c67d7aa commit fd7595a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,19 @@ jobs:
# run: |
# dotnet nuget push ${{github.workspace}}/sdk/dotnet/bin/Debug/*.nupkg -s ${{ env.NUGET_FEED_URL }} -k ${{ env.NUGET_PUBLISH_KEY }}
# echo "done publishing packages"
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
pythonversion:
- "3.9"
# strategy:
# fail-fast: true
# matrix:
# dotnetversion:
# - 3.1.301
# goversion:
# - 1.17.x
# language:
# - nodejs
# - python
# - dotnet
# - go
# nodeversion:
# - 14.x
# pythonversion:
# - "3.9"

0 comments on commit fd7595a

Please sign in to comment.