its not gonna work anyway lol
This commit is contained in:
parent
ff008672c3
commit
ed1d4a7dba
19
.github/workflows/tag.yml
vendored
19
.github/workflows/tag.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
name: Tag latest version
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tag:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: butlerlogic/action-autotag@1.1.2
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
with:
|
|
||||||
regex_pattern: 'version ?= ?"([0-9\.]{5}([\+][\w\.0-9]+)?)"'
|
|
||||||
root: ./Cargo.toml
|
|
||||||
tag_prefix: "v"
|
|
Loading…
Reference in a new issue