Skip to content

Commit

Permalink
Test pre-release pulumi-package-publisher action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jun 27, 2024
1 parent e84ab89 commit fe9e392
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 @@ -136,7 +136,7 @@ jobs:
with:
tools: pulumicli, go, node, dotnet, python, java
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.19
uses: pulumi/pulumi-package-publisher@4118cd60b193847811a9420f35b7c8d4181a65a5
with:
sdk: all
version: ${{ needs.prerequisites.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
tools: pulumicli, go, node, dotnet, python, java
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.19
uses: pulumi/pulumi-package-publisher@4118cd60b193847811a9420f35b7c8d4181a65a5
with:
sdk: all
version: ${{ needs.prerequisites.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
tools: pulumicli, go, node, dotnet, python, java
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.19
uses: pulumi/pulumi-package-publisher@4118cd60b193847811a9420f35b7c8d4181a65a5
with:
sdk: all
version: ${{ needs.prerequisites.outputs.version }}
Expand Down

0 comments on commit fe9e392

Please sign in to comment.