Skip to content

Commit 29a86a8

Browse files
committed
fix: correct yaml syntax indentation
1 parent 226d77d commit 29a86a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- staging
7+
- final-workflow-Implementation
88
workflow_dispatch:
99

1010
permissions:

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["master","fix/staging-config"],
2+
"branches": ["master"," final-workflow-Implementation"],
33
"plugins": [
44
[
55
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)