Skip to content

Commit

Permalink
Limit SDKs (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehume authored Oct 2, 2023
1 parent dab3898 commit 1708a37
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -66,16 +66,16 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
# dotnetversion:
# - 3.1.301
goversion:
- 1.21.x
language:
- nodejs
# - nodejs
- python
- dotnet
- go
nodeversion:
- 14.x
# - dotnet
# - go
# nodeversion:
# - 14.x
pythonversion:
- "3.9"

0 comments on commit 1708a37

Please sign in to comment.