From 99fce7e2cb42ffd580d8985bf662159eda35da7f Mon Sep 17 00:00:00 2001 From: ichaly Date: Sat, 6 Jun 2026 17:10:32 +0800 Subject: [PATCH] Use Obsidian-compatible release tags --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5b3587..34402be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "v*" + - "[0-9]*.[0-9]*.[0-9]*" permissions: contents: write diff --git a/README.md b/README.md index 12e9ea9..af1e3e0 100644 --- a/README.md +++ b/README.md @@ -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 会上传: