Skip to content

Commit

Permalink
feat(release): Rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmlg committed Sep 10, 2021
1 parent f926412 commit 2300e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -30,6 +30,8 @@ const release = async () => {
const release_name = core.getInput(inputs.release_name);

if (release_name) {
core.debug(`DEBUG input Package release_name: ${release_name}`);

const pkgJson = path.join(dir, 'package.json');
const pkgContent = `
{
Expand Down

0 comments on commit 2300e41

Please sign in to comment.