Skip to content

Commit 65c13fe

Browse files
authored
ci: fix release automation workflow typo
1 parent adf7d92 commit 65c13fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: release-automated
22
on:
33
push:
4-
branches: [ release, alpha, beta, next-major, release-[0-9].x.x ]
4+
branches: [ release, alpha, beta, next-major, release-4.x.x ]
55
jobs:
66
release:
77
runs-on: ubuntu-latest
@@ -112,4 +112,4 @@ jobs:
112112
uses: peaceiris/[email protected]
113113
with:
114114
github_token: ${{ secrets.GITHUB_TOKEN }}
115-
publish_dir: ./docs
115+
publish_dir: ./docs

0 commit comments

Comments
 (0)