chore: test different autotag action
This commit is contained in:
parent
14b4331d1d
commit
ba76ea617a
1 changed files with 2 additions and 3 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 }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue