summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-01-04 16:23:45 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-04 16:23:45 -0500
commitd8d885a22669f8e5f630735d81122a9b7870559c (patch)
tree562ea116d9aeb75165a4b96e2e61a5afcf9d8973
parent2a90217490db70b3b5ef86ff66ce8c30804a3fc7 (diff)
downloadastro-d8d885a22669f8e5f630735d81122a9b7870559c.tar.gz
astro-d8d885a22669f8e5f630735d81122a9b7870559c.tar.zst
astro-d8d885a22669f8e5f630735d81122a9b7870559c.zip
Fix legacy branch name in the release action (#5760)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 899a74553..a5c094a28 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- - 1-legacy
+ - '1-legacy'
defaults:
run: