Skip to content

Commit

Permalink
Test new publisher version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Jun 17, 2024
1 parent c12ea53 commit 64fcf3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@8638d9d2587ba5c8aee60544d8e7a0da126d4c50
with:
sdk: all
version: ${{ steps.version.outputs.version }}
assertPrerelease: true
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,11 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@8638d9d2587ba5c8aee60544d8e7a0da126d4c50
with:
sdk: all
version: ${{ steps.version.outputs.version }}
assertPrerelease: true
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@v0.0.17
uses: pulumi/pulumi-package-publisher@8638d9d2587ba5c8aee60544d8e7a0da126d4c50
with:
sdk: all
version: ${{ steps.version.outputs.version }}
assertPrerelease: false
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
Expand Down

0 comments on commit 64fcf3e

Please sign in to comment.