Skip to content

Commit

Permalink
fix: Update GitHub Packages registry in release workflow
Browse files Browse the repository at this point in the history
- Updates the GitHub Packages registry URL in the release workflow to use the correct format.
- The existing registry URL was replaced with the correct GitHub Packages registry URL.
- This change ensures that the package is published to the correct location.
  • Loading branch information
realashleybailey committed Oct 30, 2023
1 parent 66c8eca commit 0121f04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Publish to GitHub Packages
run: |
echo "//npm.pkg.github.com/:__authToken={{ secrets.GITHUB_TOKEN }}" > .npmrc
echo "@wizarrrr:registry=https://npm.pkg.github.com/" > .npmrc
npm publish --access public
- name: Cleanup
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<p align="center"><a href="https://modal.wizarr.dev/" target="_blank" rel="noopener noreferrer"><img height="100" src="https://modal.wizarr.dev/images/logo.svg" alt="Vue logo"></a></p>

<p align="center">
<a href="https://img.shields.io/github/issues/wizarrrr/wizarr-vue-modal"><img src="https://img.shields.io/github/issues/wizarrrr/wizarr-vue-modal" alt="Downloads"></a>
<a href="https://img.shields.io/npm/dw/wizarr-vue-modal"><img src="https://img.shields.io/npm/dw/wizarr-vue-modal" alt="Downloads"></a>
<a href="https://img.shields.io/github/stars/wizarrrr/wizarr-vue-modal"><img src="https://img.shields.io/github/stars/wizarrrr/wizarr-vue-modal" ></a>
<a href="https://github.com/wizarrrr/wizarr-vue-modal/actions/workflows/node.js.yml/badge.svg"><img src="https://github.com/wizarrrr/wizarr-vue-modal/actions/workflows/node.js.yml/badge.svg" alt="Issue"></a>
<a href="https://img.shields.io/npm/l/wizarr-vue-modal"><img src="https://img.shields.io/npm/l/wizarr-vue-modal" alt="Stars"></a>
</p>

# Wizarr Vue Modal

Wizarr vue modal is simple modal system library for **Vue 3** only .
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wizarrrr/wizarr-vue-modal.git"
"url": "git+https://github.com/wizarrrr/wizarr-vue-modal.git"
},
"url": "https://github.com/wizarrrr/wizarr-vue-modal/issues"
}
}

0 comments on commit 0121f04

Please sign in to comment.