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