Skip to content

Commit

Permalink
Change package registry to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Mar 29, 2023
1 parent 474ef74 commit 15483a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn build
# - run: yarn test

publish-gpr:
Expand All @@ -26,8 +27,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: yarn build
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@badgeteam/mch2022-webusb-lib",
"name": "@badge.team/badge-webusb",
"version": "1.0.0",
"description": "Web API for the Badge.team MCH2022 badge",
"keywords": [
Expand Down

0 comments on commit 15483a0

Please sign in to comment.