Skip to content

Commit 0ec2601

Browse files
4.1.0-alpha workflow: correct tag-filter
1 parent 4c2afbd commit 0ec2601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/4.1.x-alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
repository: "rabbitmq/server-packages"
3232
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
33-
tag-filter: '^prerelease\.alphas.\..+$'
33+
tag-filter: '^prerelease\.alphas\..+$'
3434
keep-last-n: 4

0 commit comments

Comments
 (0)