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
|
||||
id: create_tag
|
||||
uses: butlerlogic/action-autotag@stable
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_prefix: 'v'
|
||||
tag_suffix: '-alpha.${{ github.event.inputs.tag }}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue