mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 03:30:02 +08:00
debug workflow
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user