Skip to content

Commit

Permalink
Use version 0.0.9 of pulumi-package-publisher (#322)
Browse files Browse the repository at this point in the history
The version of pulumi-package-publisher used in the latest release does
not account for the old nodejs install scripts, that the version of the
bridge we are using still generates. Version 0.0.9 has a hotfix meant to
address an npm install failure that expects these scripts.

We can verify this works after merge to default branch, and then
installing `latest`. Then we can push a patch.

Read context here: pulumi/pulumi-github#377

Fixes #321.
  • Loading branch information
guineveresaenger authored Oct 17, 2023
1 parent 8821c97 commit f450edc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].12
uses: pulumi/[email protected].9
- 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 @@ -253,7 +253,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].12
uses: pulumi/[email protected].9
- 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 @@ -265,7 +265,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].12
uses: pulumi/[email protected].9
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit f450edc

Please sign in to comment.