mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-08-29 19:58:28 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f7463cf16 |
+1
-2
@@ -28,8 +28,7 @@ function run(silent) {
|
||||
const key = core.getInput('key');
|
||||
const goreleaser = yield installer.getGoReleaser(version);
|
||||
let snapshot = '';
|
||||
if (!process.env.GITHUB_REF ||
|
||||
!process.env.GITHUB_REF.startsWith('refs/tags/')) {
|
||||
if (!process.env.GITHUB_REF || !process.env.GITHUB_REF.startsWith('refs/tags/')) {
|
||||
console.log(`⚠️ No tag found. Snapshot forced`);
|
||||
if (!args.includes('--snapshot')) {
|
||||
snapshot = ' --snapshot';
|
||||
|
||||
Reference in New Issue
Block a user