mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 02:44:20 +00:00
try ncc for packaging (#37)
* try ncc for packaging * consistent * newer checkout * update dist * update deps * check style a different way
This commit is contained in:
parent
62eba970e0
commit
c66575c5e3
8 changed files with 95 additions and 357 deletions
|
@ -28,7 +28,7 @@ outputs:
|
|||
description: 'URL to the Release HTML Page'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
color: 'green'
|
||||
icon: 'package'
|
Loading…
Add table
Add a link
Reference in a new issue