Update configure-ci-cd.md

fixed a possible typo
This commit is contained in:
Hope Oluwalolope
2021-05-19 01:57:40 +01:00
committed by GitHub
parent 2785ab48a7
commit d179ba05f9

View File

@@ -185,7 +185,7 @@ on:
```
{% endraw %}
This ensures that the main CI will only trigger if we tag our commits with `V.n.n.n.` Lets test this. For example, run the following command:
This ensures that the main CI will only trigger if we tag our commits with `Vn.n.n.` Lets test this. For example, run the following command:
```bash
git tag -a v1.0.2