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
|
||||
|
||||
jobs:
|
||||
build:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: butlerlogic/action-autotag@master
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
with:
|
||||
regex_pattern: 'version ?= ?"([0-9\.]{5}([\+][\w\.0-9]+)?)"'
|
||||
root: ./Cargo.toml
|
||||
tag_prefix: "v"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue