mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +00:00
Add autotag action
This commit is contained in:
parent
b0553eae2b
commit
a16b06f76d
23
.github/workflows/create-new-tag.yaml
vendored
Normal file
23
.github/workflows/create-new-tag.yaml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: Auto-create new tags
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
tag-action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: ⤵️ Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 🏷 Create new tag
|
||||
uses: valitydev/action-autotag@v1
|
||||
|
||||
- name: ➕ Add additional tags
|
||||
uses: vweevers/additional-tags-action@v1
|
Loading…
Reference in New Issue
Block a user