Skip to content

Commit 8d9a161

Browse files
authored
chore: Release 0.0.1rc0 (take 2) (#68)
1 parent 496a353 commit 8d9a161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868

6969
# Check whether the release should be published. We publish only when the trigger PR is
7070
# 1. merged
71-
# 2. to the master branch
71+
# 2. to the main branch
7272
# 3. with the label 'release:publish', and
7373
# 4. the title prefix '[chore] Release '.
7474
if: github.event.pull_request.merged &&
75-
github.ref == 'master' &&
75+
github.ref == 'main' &&
7676
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
7777
startsWith(github.event.pull_request.title, '[chore] Release ')
7878

0 commit comments

Comments
 (0)