Skip to content

Commit

Permalink
Add Update GitHub Action Tags workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebonham committed Dec 17, 2024
1 parent 1900e60 commit 4bba6e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-action-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update GitHub Action Tags

on:
push:
tags:
- 'v([0-9]+)\.([0-9]+)\.([0-9]+)'
release:
types:
- published
- edited

jobs:
update-action-tags:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update Semver Tags
uses: tchupp/actions-update-semver-tags@v1

0 comments on commit 4bba6e8

Please sign in to comment.