mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-08-31 13:28:29 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88312c23e9 | ||
|
|
e92a4fe84e |
@@ -37,6 +37,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 💅 Customizing
|
## 💅 Customizing
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@ function run() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log(`✅ ${process.env.GITHUB_REF.split('/')[2]}} tag found`);
|
console.log(`✅ ${process.env.GITHUB_REF.split('/')[2]} tag found`);
|
||||||
}
|
}
|
||||||
console.log('🏃 Running GoReleaser...');
|
console.log('🏃 Running GoReleaser...');
|
||||||
yield exec.exec(`${goreleaser} ${args}${snapshot}`);
|
yield exec.exec(`${goreleaser} ${args}${snapshot}`);
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ async function run() {
|
|||||||
snapshot = ' --snapshot';
|
snapshot = ' --snapshot';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(`✅ ${process.env.GITHUB_REF!.split('/')[2]}} tag found`);
|
console.log(`✅ ${process.env.GITHUB_REF!.split('/')[2]} tag found`);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('🏃 Running GoReleaser...');
|
console.log('🏃 Running GoReleaser...');
|
||||||
|
|||||||
Reference in New Issue
Block a user