Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
larrywax committed Aug 22, 2024
1 parent 1f33310 commit 2bacaca
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
build_sdk:
name: Build SDKs
runs-on: ubuntu-latest
outputs:
version: ${{ steps.provider-version.outputs.version }}
strategy:
fail-fast: true
matrix:
language:
- nodejs
- go
# - go
# - dotnet
# - python
steps:
Expand All @@ -71,6 +73,8 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: pulumi/provider-version-action@v1
id: provider-version
- name: Install devbox
uses: jetify-com/[email protected]
with:
Expand All @@ -94,22 +98,18 @@ jobs:
name: Publish SDKs
runs-on: ubuntu-latest
needs: build_sdk
env:
VERSION: ${{ needs.build_sdk.outputs.version }}
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/[email protected]
with:
version: ${{ needs.build_sdk.outputs.version }}
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.21.x
language:
sdk:
- nodejs
# - python
# - dotnet
- go
nodeversion:
- 20.x
pythonversion:
- "3.9"
# - go

0 comments on commit 2bacaca

Please sign in to comment.