Update .github/workflows/tag.yaml
This commit is contained in:
parent
9c1edf7e8b
commit
3916e220b8
34
workflows/tag.yaml → .github/workflows/tag.yaml
vendored
34
workflows/tag.yaml → .github/workflows/tag.yaml
vendored
@ -1,17 +1,17 @@
|
||||
name: Tag Repository
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
branch:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
name: Tag Repository
|
||||
if: $GITHUB_REF_NAME == "${{ inputs.branch }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ztimson/actions/git/checkout@develop
|
||||
- uses: ztimson/actions/git/tag@develop
|
||||
name: Tag Repository
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
branch:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
name: Tag Repository
|
||||
if: $GITHUB_REF_NAME == "${{ inputs.branch }}"
|
||||
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