From 429a496a047ba73796d1b432e57f08ed1bee6140 Mon Sep 17 00:00:00 2001 From: gimy Date: Mon, 8 Apr 2024 18:53:55 +0800 Subject: [PATCH] fix: make the package public --- .github/workflows/ci.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aa9754..6a9ae9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: - name: Build run: nr build - name: Preparing a release 🚀 - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4 with: extra_plugins: | @semantic-release/changelog diff --git a/package.json b/package.json index 9e7d527..f09b99e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "type": "module", "version": "1.0.2", "private": false, + "publishConfig": { + "access": "public" + }, "packageManager": "pnpm@8.15.3", "description": "Utilities for working with week dates according ISO 8601 (ISO week date) and Hijri week calendars (Hijri week date) using Temporal.", "author": "khawarizmus ",