From 5db3c0cda6a978ca184b6fe80bc1b2515c9f82cf Mon Sep 17 00:00:00 2001 From: Chris Burnell Date: Tue, 13 Aug 2024 03:02:22 +0800 Subject: [PATCH] fix: use npm install in CI --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f2198cb..0c159af 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: npm install - if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }} run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }} env: diff --git a/package.json b/package.json index 301fa92..5e4454e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chrisburnell/eleventy-cache-webmentions", - "version": "2.1.3-beta.1", + "version": "2.1.3-beta.2", "description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.", "license": "MIT", "repository": {