mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
14 lines
214 B
YAML
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
|