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 6
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyers committed Apr 17, 2020
1 parent 6d47d09 commit ef5a700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
"publishCmd": "VERSION=${nextRelease.version} make build_node && VERSION=${nextRelease.version} make publish_node"
}],
["@semantic-release/github", {
"released": ["published"],
"assets": [
{"path": "dist/pulumi-resource-github-v${nextRelease.version}-darwin-amd64.tar.gz"},
{"path": "dist/pulumi-resource-github-v${nextRelease.version}-linux-amd64.tar.gz"},
{"path": "dist/pulumi-resource-github-v${nextRelease.version}-windows-amd64.tar.gz"}
{"path": "dist/**.tar.gz"}
]
}]
]
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": "${VERSION}",
"version": "0.0.5",
"description": "A Pulumi package for creating and managing github cloud resources.",
"keywords": [
"pulumi",
Expand Down

0 comments on commit ef5a700

Please sign in to comment.