Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#269)
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 47bc1b9ab50c242501596493437ca6ebbf2e3b25.
  • Loading branch information
pulumi-bot committed Jan 3, 2024
1 parent d763689 commit e15e3ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.12
uses: pulumi/pulumi-package-publisher@v0.0.13
with:
sdk: all
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.12
uses: pulumi/pulumi-package-publisher@v0.0.13
with:
sdk: all
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.12
uses: pulumi/pulumi-package-publisher@v0.0.13
with:
sdk: all
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit e15e3ef

Please sign in to comment.