Skip to content

feat: Add GITHUB_STEP_SUMMARY output to PR comments (#17) #3

feat: Add GITHUB_STEP_SUMMARY output to PR comments (#17)

feat: Add GITHUB_STEP_SUMMARY output to PR comments (#17) #3

name: Update Major Version Tags
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: write
jobs:
update-major-tags:
name: Update Major Tags
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update major tag
uses: nowactions/update-majorver@v1