Skip to content

Commit

Permalink
feat: Initial version of ESXi Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondshtogu committed Aug 4, 2023
1 parent 990e687 commit 4cc51b5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,26 @@ jobs:
uses: pulumi/[email protected]

- name: Setup Node
if: ${{ matrix.language == 'nodejs' }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.nodeversion }}
registry-url: ${{ env.NPM_REGISTRY_URL }}

- name: Setup DotNet
if: ${{ matrix.language == 'dotnet' }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnetverson }}

- name: Setup Python
if: ${{ matrix.language == 'python' }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pythonversion }}

- name: Generate SDK
run: make ${{ matrix.language }}_sdk
run: make gen provider ${{ matrix.language }}_sdk

- name: Check worktree clean
run: |
Expand Down Expand Up @@ -145,12 +148,12 @@ jobs:
- 3.1.301
goversion:
- 1.20.x
nodeversion:
- 18.x
pythonversion:
- "3.9"
language:
- nodejs
- python
- dotnet
- go
nodeversion:
- 18.x
pythonversion:
- "3.9"

0 comments on commit 4cc51b5

Please sign in to comment.