mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Attempt to fix ci
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.GithubError = void 0;
|
||||
class GithubError {
|
||||
constructor(error) {
|
||||
this.error = error;
|
||||
|
||||
Reference in New Issue
Block a user