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:
Daniel Bradley
2024-06-14 14:55:18 +01:00
committed by GitHub
parent 4e8cf8f4ba
commit dd64d7b65d
2 changed files with 4 additions and 4 deletions

View File

@@ -585,8 +585,8 @@ jobs:
with:
repository: ${{ github.repository }}
base-ref: ${{ github.sha }}
source: sdk
path: sdk
source: sdk/go/dockerbuild
path: sdk/go/dockerbuild
version: ${{ steps.version.outputs.version }}
additive: false
files: |-