Skip to content

Commit

Permalink
releng: skip Github release on scheduled rebuild
Browse files Browse the repository at this point in the history
Fixes: #27
  • Loading branch information
dmke committed Jun 6, 2024
1 parent 9284a41 commit 31dcada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
workflow_id: 'release.yml',
ref: releaseTag,
inputs: {
goreleaser: 'false',
goreleaser: false,
releaseType: 'release',
}
})
Expand All @@ -60,7 +60,7 @@ jobs:
workflow_id: 'release.yml',
ref: 'master',
inputs: {
goreleaser: 'false',
goreleaser: false,
releaseType: 'dev',
}
})
Expand Down

0 comments on commit 31dcada

Please sign in to comment.