Skip to content

Commit

Permalink
Add workflow to update latest tag on release
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed Aug 17, 2023
1 parent da06a07 commit 1ab8df7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update latest tag

on:
push:
tags: ["v*"]

jobs:
update-tag:
runs-on: ubuntu-latest
steps:
- uses: nowactions/update-majorver@main

0 comments on commit 1ab8df7

Please sign in to comment.