Format a deploy version tag for a git repository.
# ...
jobs:
# ...
docker:
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- name: Create tag
uses: tweedegolf/create-tag-action@main
# ...
# ...