Skip to content

Commit 1443edc

Browse files
authored
fix(workflows): fix branches (#12)
* feat: init commit (#1) * fix(workflows): update workflows (#2) * feat(workflows): add release script (#5) * fix(workflows): fix dispatch action (#7) * fix(functions): update webpack (#8) * fix(lambda): add tracing_config (#9) * fix(cognito): fix validationException * fix(workflows): fix branches
1 parent f77667d commit 1443edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": [
33
"main",
4-
{name:"develop",pre-release:true}
4+
{"name":"develop","pre-release":true}
55
],
66
"repositoryUrl": "git@github.com:rayprogramming/terraform-aws-rayprogramming-cognito-auth.git",
77
"plugins": [

0 commit comments

Comments
 (0)