ci: fix release automation workflow typo

This commit is contained in:
Manuel
2022-02-12 16:16:20 +01:00
committed by GitHub
parent adf7d928de
commit 65c13febf5

View File

@@ -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