Skip to content

Commit

Permalink
Merge pull request #100 from codfish/deps
Browse files Browse the repository at this point in the history
fix: update deps, pull in bug fix from @semantic-release/github
  • Loading branch information
codfish authored May 23, 2020
2 parents 0282df1 + 686d5fb commit e062b24
Show file tree
Hide file tree
Showing 3 changed files with 4,916 additions and 5,209 deletions.
4 changes: 1 addition & 3 deletions entrypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ async function run() {

// outputs
const { version } = nextRelease;
const major = version.split('.')[0];
const minor = version.split('.')[1];
const patch = version.split('.')[2];
const [major, minor, patch] = version.split('.');

// set outputs
core.exportVariable('NEW_RELEASE_PUBLISHED', 'true');
Expand Down
Loading

0 comments on commit e062b24

Please sign in to comment.