chore: update sheep/release-tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user