forked from mirrors/action-gh-release
debug workflow
This commit is contained in:
parent
e60d11aee8
commit
7ab8811117
2 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
import { setFailed } from '@actions/core';
|
||||
import { GitHub } from '@actions/github';
|
||||
|
||||
import { paths, parseConfig, isTag } from './util';
|
||||
import { release, upload } from './github';
|
||||
import { setFailed } from '@actions/core';
|
||||
import { GitHub } from '@actions/github';
|
||||
|
||||
async function run() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue