Skip to content

Commit

Permalink
feat(repo): change release script not to upload assets to github (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 8, 2020
1 parent f10807e commit cb37841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nx-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const options = {
github: {
preRelease: parsedVersion.isPrerelease,
release: true,
assets: [],
/**
* The environment variable containing a valid GitHub
* auth token with "repo" access (no other permissions required)
Expand Down

0 comments on commit cb37841

Please sign in to comment.