Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
fix: semantic-release 7
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyers committed Apr 17, 2020
1 parent ef5a700 commit bc57af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc57af0

Please sign in to comment.