github-pages-deploy-action/.github/workflows/version.yml

14 lines
214 B
YAML
Raw Normal View History

2022-01-10 21:32:58 +08:00
name: Update Major Version Tag
on:
push:
tags:
- "v*"
jobs:
update-majorver:
name: Update Major Version Tag
runs-on: ubuntu-latest
steps:
2022-01-12 12:19:28 +08:00
- uses: nowactions/update-majorver@v1.1.0