Skip to content

Commit

Permalink
Use explicit inputs for publish-provider-action (#515)
Browse files Browse the repository at this point in the history
This is a test for
pulumi/pulumi-package-publisher#28 in support of
resolving pulumi/ci-mgmt#961.

Merging this will not break default any more than it currently is.
  • Loading branch information
guineveresaenger authored Jun 6, 2024
1 parent 3df880a commit a6c5443
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.16
uses: pulumi/pulumi-package-publisher@5c2d53147ccc3308bb3c4872490158a744c1bfd1
with:
sdk: all
version: ${{ steps.version.outputs.version }}
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
dotnet-version: "6.0.x"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.16
uses: pulumi/pulumi-package-publisher@5c2d53147ccc3308bb3c4872490158a744c1bfd1
with:
sdk: all
version: ${{ steps.version.outputs.version }}
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
dotnet-version: "6.0.x"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.16
uses: pulumi/pulumi-package-publisher@5c2d53147ccc3308bb3c4872490158a744c1bfd1
with:
sdk: all
version: ${{ steps.version.outputs.version }}
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
dotnet-version: "6.0.x"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit a6c5443

Please sign in to comment.