Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#740)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit ea2702825c93f4e11828f69ddccf93969fd3653f.
  • Loading branch information
pulumi-bot committed Jun 20, 2024
1 parent 44d8bf8 commit 657e056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@v0.0.18
with:
sdk: all
version: ${{ steps.version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@v0.0.18
with:
sdk: all
version: ${{ steps.version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@v0.0.18
with:
sdk: all
version: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 657e056

Please sign in to comment.