Skip to content

Commit

Permalink
fix: update database
Browse files Browse the repository at this point in the history
  • Loading branch information
Theryston committed Feb 16, 2024
1 parent da3131c commit 9afa2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Authenticate with GitHub Package Registry
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
echo "@jsx-mail:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "@theryston:registry=https://npm.pkg.github.com" >> ~/.npmrc
- name: Prepare and release
env:
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jsx-mail/database",
"name": "@theryston/jsxmail-database",
"main": "./index.js",
"types": "./index.ts",
"version": "0.0.0",
Expand All @@ -20,6 +20,6 @@
"seed": "bun run seed/index.ts"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}

0 comments on commit 9afa2c4

Please sign in to comment.