Skip to content

Commit

Permalink
pbulish to devrev private artifactory
Browse files Browse the repository at this point in the history
Signed-off-by: kush-work <[email protected]>
  • Loading branch information
kush-work committed Jan 16, 2024
1 parent cf2cd64 commit 3589520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
yarn install && yarn build:release
echo "//npm.pkg.github.com/:_authToken=${{secrets.NPM_PACKAGE_PUBLISH_TOKEN}}" >> .npmrc
npm publish
8 changes: 6 additions & 2 deletions packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@duckdb/duckdb-wasm",
"version": "1.11.0",
"description": "DuckDB powered by WebAssembly",
"description": "DevRev fork of DuckDB powered by WebAssembly",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/duckdb/duckdb-wasm.git"
"url": "git+https://github.com/devrev/meerkat.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "devrev",
"keywords": [
"sql",
"duckdb",
Expand Down

0 comments on commit 3589520

Please sign in to comment.