github-pages-deploy-action/.github/workflows/version.yml
2022-01-11 23:19:28 -05:00

14 lines
214 B
YAML

name: Update Major Version Tag
on:
push:
tags:
- "v*"
jobs:
update-majorver:
name: Update Major Version Tag
runs-on: ubuntu-latest
steps:
- uses: nowactions/update-majorver@v1.1.0