From b020c7bcb2cc51a7ef13cc8363de4c524dedebff Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:16:01 +0100 Subject: [PATCH] feat(workflow): add npm options for provenance and access Added NPM_OPTIONS to the release workflow to include provenance and set access to public. This ensures that the package is published with provenance and is accessible publicly. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36883cd8..dd359896 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,6 +58,7 @@ jobs: PACKAGE_DESCRIPTION: "unplugin for typia" NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Set your npm token as a GitHub secret NPM_CONFIG_PROVENANCE: true # If you publish with provenance + NPM_OPTIONS: "--provenance --access public" release: needs: