Fix Go SDK publishing (#106)
This provider's SDK module is rooted in `sdk/go/dockerbuild` instead than `sdk` as other providers are set up. Fixes https://github.com/pulumi/pulumi-docker-build/issues/93
This commit is contained in:
4
.github/workflows/prerelease.yml
vendored
4
.github/workflows/prerelease.yml
vendored
@@ -585,8 +585,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
base-ref: ${{ github.sha }}
|
base-ref: ${{ github.sha }}
|
||||||
source: sdk
|
source: sdk/go/dockerbuild
|
||||||
path: sdk
|
path: sdk/go/dockerbuild
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
additive: false
|
additive: false
|
||||||
files: |-
|
files: |-
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -585,8 +585,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
base-ref: ${{ github.sha }}
|
base-ref: ${{ github.sha }}
|
||||||
source: sdk
|
source: sdk/go/dockerbuild
|
||||||
path: sdk
|
path: sdk/go/dockerbuild
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
additive: false
|
additive: false
|
||||||
files: |-
|
files: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user