Skip to content

Commit

Permalink
fixes to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
richardallred authored Nov 21, 2024
1 parent 2e50dac commit 161612f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Publish to GitHub Package Registry
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm publish
run: npm publish --registry https://npm.pkg.github.com

- name: Verify publication
run: npm info @RedHatTraining/catalog-manager-models
run: npm info @redhattraining/catalog-manager-models --registry https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "catalog-manager-models",
"name": "@redhattraining/catalog-manager-models",
"version": "0.0.3",
"description": "",
"license": "MIT",
Expand Down

0 comments on commit 161612f

Please sign in to comment.