Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Jan 3, 2024
1 parent 3574729 commit cbf1b6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/[email protected]
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 @@ -266,7 +266,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/[email protected]
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 @@ -264,7 +264,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/[email protected]
with:
sdk: all
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit cbf1b6d

Please sign in to comment.