Skip to content

Commit

Permalink
Merge pull request #4 from derekherman/feature/action
Browse files Browse the repository at this point in the history
Ensure the public action uses the dist directory
  • Loading branch information
derekherman authored Feb 28, 2021
2 parents 3a4cd15 + 4d273db commit ffc038f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ outputs:
description: 'The props markup'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'

0 comments on commit ffc038f

Please sign in to comment.