Use Obsidian-compatible release tags

This commit is contained in:
ichaly 2026-06-06 17:10:32 +08:00
parent 95a5e65c6f
commit 99fce7e2cb
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*"
- "[0-9]*.[0-9]*.[0-9]*"
permissions:
contents: write

View file

@ -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 会上传: