Skip to content

Commit

Permalink
chore: bump version #146
Browse files Browse the repository at this point in the history
  • Loading branch information
rprovodenko authored Feb 17, 2022
1 parent 30e5cf8 commit a1dd87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
USERNAME: ${{secrets.USERNAME}}
EMAIL: ${{secrets.EMAIL}}
GH_TOKEN: ${{secrets.RELEASE_JOB_UPLOAD_ARTIFACTS_TOKEN}}
# used by prebuild to publish artifacts
GITHUB_TOKEN: ${{secrets.RELEASE_JOB_UPLOAD_ARTIFACTS_TOKEN}}
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
- name: Enable "include administrators" branch protection
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": "node-duckdb",
"version": "0.0.80",
"version": "0.0.81",
"private": false,
"description": "DuckDB for Node.JS",
"keywords": [
Expand Down

0 comments on commit a1dd87c

Please sign in to comment.