mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-20 17:31:54 +00:00
3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|