Skip to content

Commit

Permalink
add major
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Mar 16, 2024
1 parent 1e3e71f commit 45d50e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/major.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 45d50e8

Please sign in to comment.