Fix version
This commit is contained in:
parent
6e664c020c
commit
e9759dfdd5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
|
@ -15,4 +15,5 @@ jobs:
|
|||
- uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
version: "${{ steps.previous_step.outputs.version }}"
|
||||
version: "${{ steps.version.outputs.result }}"
|
||||
tag_prefix: "v"
|
Loading…
Reference in New Issue
Block a user