Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed May 5, 2024
1 parent 6b4590c commit 712948a
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,17 @@ jobs:
run: git fetch --prune --unshallow --tags
- name: Generate SDK
run: make build
- name: Check worktree clean
run: |
git update-index -q --refresh
if ! git diff-files --quiet; then
>&2 echo "error: working tree is not clean, aborting!"
git status
git diff
exit 1
fi
strategy:
fail-fast: true
matrix:
dotnetversion:
- 6.0.x
goversion:
- 1.20.x
nodeversion:
- 21.x
pythonversion:
- "3.9"
publish_sdk:
name: Publish SDKs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -120,16 +117,8 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 6.0.x
goversion:
- 1.20.x
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 21.x
pythonversion:
- "3.9"

0 comments on commit 712948a

Please sign in to comment.