We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03719b2 commit 5128891Copy full SHA for 5128891
action.yml
@@ -6,5 +6,5 @@ branding:
6
icon: package
7
8
runs:
9
- using: 'node12'
10
- main: 'index.js'
+ using: node12
+ main: dist/index.js
0 commit comments