Skip to content

Commit

Permalink
task: don't run npm ci during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Oct 2, 2022
1 parent 1986843 commit 40a0fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_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.0",
"version": "0.1.1",
"description": "Matomo integration for Astro",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 40a0fc9

Please sign in to comment.