mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-30 03:27:29 +00:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|