Skip to content

Commit

Permalink
chore: add registry-url to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Oct 2, 2022
1 parent bfde54f commit ffa18e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: "https://registry.npmjs.org/"
- run: npm publish
env:
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,6 +1,6 @@
{
"name": "@jop-software/astro-matomo",
"version": "0.1.2",
"version": "0.1.3",
"description": "Matomo integration for Astro",
"type": "module",
"keywords": [
Expand Down

0 comments on commit ffa18e5

Please sign in to comment.