ci: fix release automation workflow typo
This commit is contained in:
4
.github/workflows/release-automated.yml
vendored
4
.github/workflows/release-automated.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: release-automated
|
name: release-automated
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ release, alpha, beta, next-major, release-[0-9].x.x ]
|
branches: [ release, alpha, beta, next-major, release-4.x.x ]
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -112,4 +112,4 @@ jobs:
|
|||||||
uses: peaceiris/actions-gh-pages@v3.7.3
|
uses: peaceiris/actions-gh-pages@v3.7.3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs
|
publish_dir: ./docs
|
||||||
|
|||||||
Reference in New Issue
Block a user