mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 23:47:30 +00:00
Move repository to GoReleaser org (#3)
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ interface GitHubRelease {
|
||||
|
||||
async function determineVersion(version: string): Promise<string> {
|
||||
let rest: restm.RestClient = new restm.RestClient(
|
||||
'ghaction-goreleaser',
|
||||
'goreleaser-action',
|
||||
'https://github.com',
|
||||
undefined,
|
||||
{
|
||||
|
||||
+2
-2
@@ -26,10 +26,10 @@ export async function run(silent?: boolean) {
|
||||
if (key) {
|
||||
console.log('🔑 Importing signing key...');
|
||||
let path = `${process.env.HOME}/key.asc`;
|
||||
fs.writeFileSync(path, key, {mode: 0o600})
|
||||
fs.writeFileSync(path, key, {mode: 0o600});
|
||||
await exec.exec('gpg', ['--import', path], {
|
||||
silent: silent
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
console.log('🏃 Running GoReleaser...');
|
||||
|
||||
Reference in New Issue
Block a user