Skip to content

Commit

Permalink
sdfjhsdfj
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Mar 18, 2024
1 parent 21dfd7d commit ea49fa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@akademiaapp:registry=https://npm.pkg.github.com
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"dotenv-cli": "^7.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"publishConfig": {
"@akademiaapp:registry": "https://npm.pkg.github.com"
}
}

0 comments on commit ea49fa6

Please sign in to comment.