Skip to content

Commit

Permalink
asgfdha
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Mar 18, 2024
1 parent 3cbf0d4 commit 21dfd7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"db:generate": "dotenv -- prisma generate",
"postinstall": "tsc && cp src/index.d.ts dist/index.d.ts && npx prisma generate"
},
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Akademiaapp/schema.git"
Expand Down

0 comments on commit 21dfd7d

Please sign in to comment.