Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
realashleybailey committed Oct 30, 2023
1 parent 5bc9bb6 commit 37ca6a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,9 @@ jobs:
- name: Build package
run: npm run build # Replace with your build command

- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
echo "name=wizarr-vue-modal" >> .npmrc
npm publish
- name: Publish to GitHub Packages
run: |
echo "@wizarrrr:registry=https://npm.pkg.github.com" >> .npmrc
echo "name=@wizarrrr/wizarr-vue-modal" >> .npmrc
npm publish --access public --registry https://npm.pkg.github.com/wizarrrr
- name: Cleanup
Expand Down

0 comments on commit 37ca6a7

Please sign in to comment.