Skip to content

Commit

Permalink
🔧 Updating action yml to use built file over src file
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hand committed Mar 31, 2021
1 parent a93a1e9 commit 75e4b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ outputs:
description: 'The updated version'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
},
},
},
}
};

// Adds directory path for local plugin dynamically
const calverPluginPath = `${__dirname}/clevyr-calver-plugin.js`;
Expand Down

0 comments on commit 75e4b8a

Please sign in to comment.