ci(release): replace butlerlogic/action-autotag with Klemensas/action-autotag
This commit is contained in:
parent
6ec79ac1e8
commit
de3141e1f8
3 changed files with 6 additions and 9 deletions
5
.github/workflows/alpha-release.yml
vendored
5
.github/workflows/alpha-release.yml
vendored
|
@ -19,10 +19,9 @@ jobs:
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
id: create_tag
|
id: create_tag
|
||||||
uses: butlerlogic/action-autotag@stable
|
uses: Klemensas/action-autotag@stable
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
with:
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_prefix: 'v'
|
tag_prefix: 'v'
|
||||||
tag_suffix: '-alpha.${{ github.event.inputs.tag }}'
|
tag_suffix: '-alpha.${{ github.event.inputs.tag }}'
|
||||||
|
|
||||||
|
|
5
.github/workflows/beta-release.yml
vendored
5
.github/workflows/beta-release.yml
vendored
|
@ -116,10 +116,9 @@ jobs:
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
id: create_tag
|
id: create_tag
|
||||||
uses: butlerlogic/action-autotag@stable
|
uses: Klemensas/action-autotag@stable
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
with:
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_prefix: 'v'
|
tag_prefix: 'v'
|
||||||
tag_suffix: '-beta.${{ github.event.inputs.tag }}'
|
tag_suffix: '-beta.${{ github.event.inputs.tag }}'
|
||||||
|
|
||||||
|
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -112,10 +112,9 @@ jobs:
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
id: create_tag
|
id: create_tag
|
||||||
uses: butlerlogic/action-autotag@stable
|
uses: Klemensas/action-autotag@stable
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
with:
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_prefix: 'v'
|
tag_prefix: 'v'
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
|
|
Loading…
Add table
Reference in a new issue