Skip to content

Commit 869cdfb

Browse files
committed
ci: automatically release
1 parent 46821c5 commit 869cdfb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release Crunchy
22

33
on:
44
push:
5+
branches:
6+
- main
57
tags:
68
- "v*"
79
workflow_dispatch:

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ crunchy \
6868
- `pnpm` installed and a working `pnpm run build`.
6969
- Docker CLI with access to the inferred (or specified) registry host.
7070
- Google Cloud SDK (`gcloud`) authenticated for the provided project and region.
71-
72-
## Release Automation
73-
A GitHub Actions workflow (`.github/workflows/release.yml`) builds Crunchy binaries for supported platforms whenever a `v*` tag is pushed or the workflow is triggered manually. The resulting artifacts are attached to the GitHub Release automatically.

0 commit comments

Comments
 (0)