mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Create higher level tags when we release
This commit is contained in:
parent
0172b89160
commit
cd24d6e6ee
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
branches-ignore:
|
branches-ignore:
|
||||||
- main
|
- main
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- v*.*.*
|
- v.*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -4,7 +4,7 @@ name: release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*.*.*
|
- v[0-9]+.[0-9]+.[0-9]+
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@ -13,6 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Create higher level tags
|
||||||
|
uses: vweevers/additional-tags-action@v1
|
||||||
|
|
||||||
# Remove first five lines
|
# Remove first five lines
|
||||||
# Print until we hit a ## header
|
# Print until we hit a ## header
|
||||||
# Remove last two lines
|
# Remove last two lines
|
||||||
|
Loading…
Reference in New Issue
Block a user