Skip to content

Commit 9130fcf

Browse files
committed
Fix README formatting
1 parent 2482517 commit 9130fcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ it's important to start the workflow from the `main` branch and specify the tag
9494
as input. This is because only workflows from the `main` branch can authenticate with the
9595
production AWS account.
9696

97-
````yaml
9897
#### When `release` and `main` have diverged
9998

10099
There are cases when `release` won't be fast-forwardable to the release
@@ -110,7 +109,7 @@ git checkout release
110109
git pull origin release
111110
git reset --hard v1.0.0-rc1
112111
git push --tags origin release
113-
````
112+
```
114113

115114
And then you can follow the instructions above about creating the release tag
116115
and deploying.

0 commit comments

Comments
 (0)