diff --git a/Makefile b/Makefile index de202f7..19153d6 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ build_node:: tfgen provider cp ../../README.md ../../LICENSE package.json yarn.lock ./bin/ publish_node:: build_node - yarn --cwd sdk/nodejs/bin publish --access public && git clean -fd + yarn --cwd sdk/nodejs/bin publish --access public build_python:: tfgen provider cd provider && ./bin/$(TFGEN) python --overlays overlays/python --out ../${PACKDIR}/python/ diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index 85a9701..1b80ac8 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@timmyers/pulumi-github", - "version": "0.0.5", + "version": "0.0.6", "description": "A Pulumi package for creating and managing github cloud resources.", "keywords": [ "pulumi",