Skip to content

Generated from https://github.com/vmactions/base-vm #11

Generated from https://github.com/vmactions/base-vm

Generated from https://github.com/vmactions/base-vm #11

Workflow file for this run

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