debug workflow

This commit is contained in:
softprops
2019-09-09 18:42:19 +09:00
parent e60d11aee8
commit 7ab8811117
2 changed files with 9 additions and 8 deletions

View File

@ -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 {