Skip to content

Commit

Permalink
Fix npm install failure
Browse files Browse the repository at this point in the history
Running `npm install` fails due to a missing script in the packaged tarball.
This updates the pulumi-package-publisher to include this script, prior to wider
rollout.

If this succeeds, we'll update pulumi-package-publisher and then roll out to all
providers.

See:
- pulumi/pulumi-package-publisher#11
- pulumi/pulumi-package-publisher#10
- pulumi/pulumi-azure#1301
  • Loading branch information
AaronFriel committed Jun 17, 2023
1 parent d2c5c5f commit 1bf737a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.7
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.7
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.7
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.7
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit 1bf737a

Please sign in to comment.