Skip to content

Commit c41b7bf

Browse files
committed
fix: export Role as value (not type) and bump to 1.0.6
ci: add registry-url and NODE_AUTH_TOKEN to setup-node in release workflow
1 parent d1ba12f commit c41b7bf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
uses: actions/setup-node@v4
3535
with:
3636
node-version: 20
37+
registry-url: https://npm.pkg.github.com
3738

3839
- name: Install dependencies
3940
run: yarn install --frozen-lockfile
41+
env:
42+
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
4043

4144
- name: Generate Prisma client
4245
run: npx prisma generate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backendworks/auth-db",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "ORM-agnostic database package for the auth domain (User, Role)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)