From 92885422300efe62af03ce0257578f8be48852bb Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Thu, 2 Jan 2025 17:03:44 +0100 Subject: [PATCH] try to fix actions workflow --- .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 6f73049..eba41d8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,7 +22,7 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: 'yarn' - name: Install dependencies - run: yarn install && yarn compile + run: yarn install --immutable && yarn compile - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index c7227b2..f8911df 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "packageManager": "yarn@4.6.0", "name": "@liturgical-calendar/components-js", - "version": "1.0.3", + "version": "1.0.4", "author": "John R. D'Orazio