From b00731a5671b36f20da432b67fd1ba72b0fd6e64 Mon Sep 17 00:00:00 2001 From: heineiuo Date: Sun, 5 Jul 2020 21:31:24 +0800 Subject: [PATCH] v1.0.0-rc.5 --- .github/workflows/ci.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1029118..cae7021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,8 @@ jobs: run: | cd rippledb-deno git tag ${TAG_NAME} - git push --tags + git push + git push --follow-tags cd .. env: TAG_NAME: ${{ steps.changelog.outputs.tag_name }} diff --git a/package.json b/package.json index a6da39d..66d4f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rippledb", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "main": "build/port/node.js", "repository": "https://github.com/heineiuo/rippledb", "author": "heineiuo ",