Add templates/tag.yaml
This commit is contained in:
parent
73ee97191d
commit
70e34ed692
11
templates/tag.yaml
Normal file
11
templates/tag.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Tag Repository
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
name: Tag Repository
|
||||
if: $GITHUB_REF_NAME == 'develop'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ztimson/actions/git/checkout@develop
|
||||
- uses: ztimson/actions/git/tag@develop
|
Loading…
Reference in New Issue
Block a user