chore(readme): another attempt at example version bumping (#22)

This commit is contained in:
2025-10-28 01:51:46 +00:00
committed by GitHub
parent f690607ffe
commit c0954ab20f

View File

@@ -28,15 +28,15 @@ to move its own major and minor tags.
```yaml
- uses: jimeh/update-tags-action@v2
with:
tags: v1,v1.2
tags: v2,v2.0
```
```yaml
- uses: jimeh/update-tags-action@v2
with:
tags: |
v1
v1.2
v2
v2.0
```
<!-- x-release-please-end -->