Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#409)
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 a18326016d00e06cc9886e09198fe4d3dfec5198.
  • Loading branch information
pulumi-bot authored May 1, 2024
1 parent ff4c737 commit efc8e28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,13 @@ jobs:
needs: publish
runs-on: ubuntu-latest
steps:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.14
uses: pulumi/pulumi-package-publisher@v0.0.15
with:
sdk: all
version: ${{ steps.version.outputs.version }}
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,13 @@ jobs:
needs: publish
runs-on: ubuntu-latest
steps:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.14
uses: pulumi/pulumi-package-publisher@v0.0.15
with:
sdk: all
version: ${{ steps.version.outputs.version }}
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,13 @@ jobs:
needs: publish
runs-on: ubuntu-latest
steps:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.14
uses: pulumi/pulumi-package-publisher@v0.0.15
with:
sdk: all
version: ${{ steps.version.outputs.version }}
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit efc8e28

Please sign in to comment.