Add autotag action

This commit is contained in:
Pavel Popov 2022-02-21 19:20:02 +03:00
parent b0553eae2b
commit a16b06f76d
No known key found for this signature in database
GPG Key ID: 69085A83DD6EC92F

23
.github/workflows/create-new-tag.yaml vendored Normal file
View 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