mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Use Obsidian-compatible release tags
This commit is contained in:
parent
95a5e65c6f
commit
99fce7e2cb
2 changed files with 3 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "[0-9]*.[0-9]*.[0-9]*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
|
|
@ -101,8 +101,8 @@ obsync
|
|||
推送版本 tag 会触发 GitHub Actions 自动发布:
|
||||
|
||||
```bash
|
||||
git tag v0.1.0
|
||||
git push origin v0.1.0
|
||||
git tag 0.1.0
|
||||
git push origin 0.1.0
|
||||
```
|
||||
|
||||
Release 会上传:
|
||||
|
|
|
|||
Loading…
Reference in a new issue