Skip to content

Commit

Permalink
v1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
heineiuo committed Jul 5, 2020
1 parent 3b065e7 commit b00731a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <heineiuo@gmail.com>",
Expand Down

0 comments on commit b00731a

Please sign in to comment.