mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-08-30 05:38:29 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23e0ed5919 |
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-7
@@ -56,13 +56,7 @@ async function run(): Promise<void> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await exec.exec(`${bin} ${inputs.args}${snapshot}`, undefined, {
|
await exec.exec(`${bin} ${inputs.args}${snapshot}`);
|
||||||
env: Object.assign({}, process.env, {
|
|
||||||
GORELEASER_CURRENT_TAG: process.env.GORELEASER_CURRENT_TAG || tag || ''
|
|
||||||
}) as {
|
|
||||||
[key: string]: string;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
if (typeof yamlfile === 'string') {
|
if (typeof yamlfile === 'string') {
|
||||||
const artifacts = await goreleaser.getArtifacts(await goreleaser.getDistPath(yamlfile));
|
const artifacts = await goreleaser.getArtifacts(await goreleaser.getDistPath(yamlfile));
|
||||||
|
|||||||
Reference in New Issue
Block a user