We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2482517 commit 9130fcfCopy full SHA for 9130fcf
README.md
@@ -94,7 +94,6 @@ it's important to start the workflow from the `main` branch and specify the tag
94
as input. This is because only workflows from the `main` branch can authenticate with the
95
production AWS account.
96
97
-````yaml
98
#### When `release` and `main` have diverged
99
100
There are cases when `release` won't be fast-forwardable to the release
@@ -110,7 +109,7 @@ git checkout release
110
109
git pull origin release
111
git reset --hard v1.0.0-rc1
112
git push --tags origin release
113
-````
+```
114
115
And then you can follow the instructions above about creating the release tag
116
and deploying.
0 commit comments