From 3f7473df9275678d06f339c1f743b2e182237dc1 Mon Sep 17 00:00:00 2001 From: sudoskys Date: Tue, 17 Oct 2023 13:17:11 +0800 Subject: [PATCH] add --- docs/en/plugin/basic.md | 2 +- docs/plugin/basic.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/plugin/basic.md b/docs/en/plugin/basic.md index fabed2d..b32db17 100644 --- a/docs/en/plugin/basic.md +++ b/docs/en/plugin/basic.md @@ -358,4 +358,4 @@ jobs: pypi_token: ${{ secrets.PYPI_TOKEN }} ``` -Create a new `Release` in the lower right corner of the Github repo page. +Create a new `Release` in the bottom right corner of repo, create a new tag starting with `v`, and then enjoy it. diff --git a/docs/plugin/basic.md b/docs/plugin/basic.md index c98ab5a..252a7da 100644 --- a/docs/plugin/basic.md +++ b/docs/plugin/basic.md @@ -361,4 +361,4 @@ jobs: pypi_token: ${{ secrets.PYPI_TOKEN }} ``` -仓库主界面右下角新建 `Release` +仓库主界面右下角新建 `Release`, 新建 `v` 开头的标签,创建后即可触发自动发布。