mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 11:40:03 +08:00
refactor for cross platform use
This commit is contained in:
@@ -24,10 +24,12 @@ inputs:
|
||||
required: false
|
||||
default: 'empty'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://softprops:action-gh-action'
|
||||
#using: 'docker'
|
||||
#image: 'docker://softprops:action-gh-action'
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
env:
|
||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
||||
branding:
|
||||
color: 'green'
|
||||
color: 'green'
|
||||
icon: 'package'
|
Reference in New Issue
Block a user