Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SHA: 2a65e2577f65a985f0390acc360688adc1125c00
  • Loading branch information
iwahbe committed Dec 28, 2023
1 parent ea8c05d commit 8683f4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@a7c541c88850c23a58406e881982801469f69cd5
uses: pulumi/pulumi-package-publisher@2a65e2577f65a985f0390acc360688adc1125c00
with:
sdk: 'all,!python'
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@a7c541c88850c23a58406e881982801469f69cd5
uses: pulumi/pulumi-package-publisher@2a65e2577f65a985f0390acc360688adc1125c00
with:
sdk: 'all,!python'
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@a7c541c88850c23a58406e881982801469f69cd5
uses: pulumi/pulumi-package-publisher@2a65e2577f65a985f0390acc360688adc1125c00
with:
sdk: 'all,!python'
- env:
Expand Down

0 comments on commit 8683f4a

Please sign in to comment.