-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e61ebb0 - Check out repo to fix setup-tools. - pulumi/pulumi-package-publisher won't install its own tools.
- Loading branch information
1 parent
ddd8075
commit d7154ef
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,10 +79,16 @@ jobs: | |
needs: publish | ||
runs-on: #{{ .Config.runner.default }}# | ||
steps: | ||
- name: Checkout Repo | ||
uses: #{{ .Config.actionVersions.checkout }}# | ||
#{{- if .Config.checkoutSubmodules }}# | ||
with: | ||
submodules: #{{ .Config.checkoutSubmodules }}# | ||
#{{- end }}# | ||
- name: Setup tools | ||
uses: ./.github/actions/setup-tools | ||
with: | ||
tools: pulumicli, go, node, dotnet, python, java | ||
tools: pulumictl, pulumicli, go, node, dotnet, python, java | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,10 +95,14 @@ jobs: | |
needs: publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
- name: Setup tools | ||
uses: ./.github/actions/setup-tools | ||
with: | ||
tools: pulumicli, go, node, dotnet, python, java | ||
tools: pulumictl, pulumicli, go, node, dotnet, python, java | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,10 +92,12 @@ jobs: | |
needs: publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
- name: Setup tools | ||
uses: ./.github/actions/setup-tools | ||
with: | ||
tools: pulumicli, go, node, dotnet, python, java | ||
tools: pulumictl, pulumicli, go, node, dotnet, python, java | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,10 +105,12 @@ jobs: | |
needs: publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
- name: Setup tools | ||
uses: ./.github/actions/setup-tools | ||
with: | ||
tools: pulumicli, go, node, dotnet, python, java | ||
tools: pulumictl, pulumicli, go, node, dotnet, python, java | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected] | ||
with: | ||
|