Skip to content

Commit

Permalink
Create on-push-tag.tml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgreze committed Dec 18, 2024
1 parent 077ce35 commit 3527564
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/on-push-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: on push tag

on:
push:
tags:
- 'v.*'

jobs:
print_tag:
uses: ./.github/workflows/reusable_workflow.yml
with:
tag_name: ${{ github.ref_name }}
secrets: inherit

0 comments on commit 3527564

Please sign in to comment.