mirror of
https://github.com/softprops/action-gh-release
synced 2026-01-29 06:49:07 +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