chore: update sheep/release-tag

This commit is contained in:
Guillaume Chau
2023-05-16 16:23:28 +02:00
parent 5967e160be
commit cf7917e0b8
3 changed files with 7 additions and 10 deletions
+2 -3
View File
@@ -13,13 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
fetch-depth: 0 # Fetch all tags
- name: Create Release for Tag
id: release_tag
uses: Akryum/release-tag@conventional
uses: Akryum/release-tag@v4.0.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
preset: angular