mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [nowactions/update-majorver](https://github.com/nowactions/update-majorver) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/nowactions/update-majorver/releases) - [Commits](https://github.com/nowactions/update-majorver/compare/v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: nowactions/update-majorver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.2
|