Skip to content

Update from base vm #20

Update from base vm

Update from base vm #20

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