another fix for action
This commit is contained in:
parent
b2118734d2
commit
e964d323f3
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
|
@ -6,13 +6,14 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: butlerlogic/action-autotag@master
|
- uses: butlerlogic/action-autotag@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
with:
|
with:
|
||||||
regex_pattern: 'version ?= ?"([0-9\.]{5}([\+][\w\.0-9]+)?)"'
|
regex_pattern: 'version ?= ?"([0-9\.]{5}([\+][\w\.0-9]+)?)"'
|
||||||
root: ./Cargo.toml
|
root: ./Cargo.toml
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
|
|
Loading…
Reference in a new issue