Skip to content

Commit

Permalink
fix release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
larrywax committed Aug 22, 2024
1 parent 842ef0c commit 2e9ee8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ build_dotnet:: install_plugins tfgen # build the dotnet sdk
build_go:: install_plugins tfgen # build the go sdk
$(WORKING_DIR)/bin/$(TFGEN) go --overlays provider/overlays/go --out sdk/go/

publish_nodejs:: VERSION := $(shell pulumictl get version --language javascript | sed 's/+dirty//')
publish_nodejs:: build_nodejs
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} && \
cd $(WORKING_DIR)/sdk/nodejs && \
sed -i.bak -e "s/\$${VERSION}/$(VERSION)/g" ./package.json && \
cd $(WORKING_DIR)/sdk/nodejs/bin && \
npm publish

publish_python::
Expand Down

0 comments on commit 2e9ee8a

Please sign in to comment.