Skip to content

Commit

Permalink
v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heineiuo committed Jul 5, 2020
1 parent 048e4c0 commit 65d93d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Post Ripple Deno
if: |
github.ref == 'refs/heads/master' || startsWith(github.ref, 'tags/')
github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
env:
RIPPLEDBBOT_PAT: ${{ secrets.RIPPLEDBBOT_PAT }}
run: |
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.2",
"version": "1.0.0-rc.3",
"main": "build/port/node.js",
"repository": "https://github.com/heineiuo/rippledb",
"author": "heineiuo <heineiuo@gmail.com>",
Expand Down

0 comments on commit 65d93d3

Please sign in to comment.