From 8db4391b0431c6fdc63926384e0996010be46c17 Mon Sep 17 00:00:00 2001 From: Owen Young Date: Fri, 23 Jun 2023 20:44:28 +0800 Subject: [PATCH] update config --- .github/workflows/deploy_rule.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_rule.yml b/.github/workflows/deploy_rule.yml index 6bcc59e..c4dc0ce 100644 --- a/.github/workflows/deploy_rule.yml +++ b/.github/workflows/deploy_rule.yml @@ -41,9 +41,9 @@ jobs: # if not then create a new tag git add dist/default_config.json git commit -m "update default_config.json" - echo v${{ steps.set_var.outputs.version }} - git tag -l | grep v${{ steps.set_var.outputs.version }} || echo "yes" - git tag -l | grep v${{ steps.set_var.outputs.version }} || git tag -a v${{ steps.set_var.outputs.version }} -m "v${{ steps.set_var.outputs.version }}" - git tag -l + # echo v${{ steps.set_var.outputs.version }} + # git tag -l | grep v${{ steps.set_var.outputs.version }} || echo "yes" + # git tag -l | grep v${{ steps.set_var.outputs.version }} || git tag -a v${{ steps.set_var.outputs.version }} -m "v${{ steps.set_var.outputs.version }}" + # git tag -l git remote -v - git push origin --follow-tags + git push